forked from qt-creator/qt-creator
ModelManagerSupport: Get rid of UsagesCallback from findUsages()
It's not used currently. Change-Id: Ic3625b0f3c53c09089a361453f29ac639692cffb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
const ProjectPart *projectPart,
|
||||
RenameCallback &&renameSymbolsCallback) override;
|
||||
void globalRename(const CursorInEditor &data, const QString &replacement) override;
|
||||
void findUsages(const CursorInEditor &data, UsagesCallback &&) const override;
|
||||
void findUsages(const CursorInEditor &data) const override;
|
||||
void switchHeaderSource(const Utils::FilePath &filePath, bool inNextSplit) override;
|
||||
|
||||
QScopedPointer<CppCompletionAssistProvider> m_completionAssistProvider;
|
||||
|
||||
Reference in New Issue
Block a user