CppTools: Remove unused additional indexing support object

Its presence is confusing.

Change-Id: I61986e970e0f58cded5b97dae2cd28abcdb3ecff
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2021-08-19 17:46:33 +02:00
parent 0d7f357294
commit 49d8f1ad37
3 changed files with 2 additions and 38 deletions

View File

@@ -192,7 +192,6 @@ public:
FollowSymbolInterface &followSymbolInterface() const;
std::unique_ptr<AbstractOverviewModel> createOverviewModel() const;
void setIndexingSupport(CppIndexingSupport *indexingSupport);
CppIndexingSupport *indexingSupport();
QStringList projectFiles();