forked from qt-creator/qt-creator
Ensure the user can stop a semantic search and added a method to get a pointer to the ModelManagerInterface.
This commit is contained in:
@@ -81,6 +81,8 @@ public:
|
||||
CppModelManagerInterface(QObject *parent = 0) : QObject(parent) {}
|
||||
virtual ~CppModelManagerInterface() {}
|
||||
|
||||
static CppModelManagerInterface *instance();
|
||||
|
||||
virtual void GC() = 0;
|
||||
virtual void updateSourceFiles(const QStringList &sourceFiles) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user