forked from qt-creator/qt-creator
CppTools: Change CppModelManager implementation pattern
Replace the CppModelManagerInterface/derived CppModelManager combo by a more common CppModelManager/CppModelManagerPrivate pimpl pattern. Change-Id: Ia4582845ed94d5ef60b8571bab9b2260c6290287 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include "cppmodelmanagerinterface.h"
|
||||
#include "cppmodelmanager.h"
|
||||
|
||||
#include <coreplugin/find/searchresultwindow.h>
|
||||
#include <coreplugin/find/textfindconstants.h>
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
virtual ~CppIndexingSupport() = 0;
|
||||
|
||||
virtual QFuture<void> refreshSourceFiles(const QSet<QString> &sourceFiles,
|
||||
CppModelManagerInterface::ProgressNotificationMode mode) = 0;
|
||||
CppModelManager::ProgressNotificationMode mode) = 0;
|
||||
virtual SymbolSearcher *createSymbolSearcher(SymbolSearcher::Parameters parameters,
|
||||
QSet<QString> fileNames) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user