forked from qt-creator/qt-creator
LanguageClient: Add LanguageClientManager::clientAdded() signal
For consumption by interested parties. Change-Id: I0cbecb4ce99cdd208fc3ff019d4f0ea672dcf752 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -71,9 +71,6 @@ public:
|
||||
|
||||
static ClangModelManagerSupport *instance();
|
||||
|
||||
signals:
|
||||
void createdClient(ClangdClient *client);
|
||||
|
||||
private:
|
||||
void followSymbol(const CppEditor::CursorInEditor &data,
|
||||
const Utils::LinkHandler &processLinkCallback, bool resolveTarget,
|
||||
@@ -110,7 +107,6 @@ private:
|
||||
|
||||
void updateLanguageClient(ProjectExplorer::Project *project,
|
||||
const CppEditor::ProjectInfo::ConstPtr &projectInfo);
|
||||
ClangdClient *createClient(ProjectExplorer::Project *project, const Utils::FilePath &jsonDbDir);
|
||||
void claimNonProjectSources(ClangdClient *client);
|
||||
void watchForExternalChanges();
|
||||
void watchForInternalChanges();
|
||||
|
||||
Reference in New Issue
Block a user