Ensure the user can stop a semantic search and added a method to get a pointer to the ModelManagerInterface.

This commit is contained in:
Roberto Raggi
2009-10-05 13:43:05 +02:00
parent 1395b87fc8
commit b5d6bf73d6
4 changed files with 23 additions and 0 deletions

View File

@@ -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;