forked from qt-creator/qt-creator
LSP: Collect usages of the symbol under cursor
Fixes: QTCREATORBUG-21577 Change-Id: I2bc6a0ac094eb74f802f5fe77a6eab2c82cbbbbf Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -89,6 +89,7 @@ private:
|
||||
void documentWillSave(Core::IDocument *document);
|
||||
void findLinkAt(const Utils::FileName &filePath, const QTextCursor &cursor,
|
||||
Utils::ProcessLinkCallback callback);
|
||||
void findUsages(const Utils::FileName &filePath, const QTextCursor &cursor);
|
||||
|
||||
void projectAdded(ProjectExplorer::Project *project);
|
||||
void projectRemoved(ProjectExplorer::Project *project);
|
||||
|
||||
Reference in New Issue
Block a user