AutoTest: Avoid triggering aboutToPerformFullParse twice...

...when switching projects.

Change-Id: Id4c9e4e4691ef93cea1fa7e40643c549634f0215
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-02-10 15:48:00 +01:00
parent 2e26d4abc8
commit 956db366cb
2 changed files with 4 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ public slots:
void updateTestTree();
void onCppDocumentUpdated(const CPlusPlus::Document::Ptr &document);
void onQmlDocumentUpdated(const QmlJS::Document::Ptr &document);
void onStartupProjectChanged(ProjectExplorer::Project *);
void onStartupProjectChanged(ProjectExplorer::Project *project);
void onProjectPartsUpdated(ProjectExplorer::Project *project);
private: