forked from qt-creator/qt-creator
ClangCodeModel: reuse Id for restarted clients
This is needed to keep annotations hidden after the restart of clangd if the user disabled them in the text mark tooltip. Change-Id: I69a668f2ba71f1dda83eca74a064af7ec1f92e77 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -49,7 +49,7 @@ class LANGUAGECLIENT_EXPORT Client : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Client(BaseClientInterface *clientInterface); // takes ownership
|
||||
explicit Client(BaseClientInterface *clientInterface, const Utils::Id &id = {}); // takes ownership
|
||||
~Client() override;
|
||||
|
||||
Client(const Client &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user