AutoTest: Fix initial parse when loading session

Avoid displaying tests from other projects of the same session
which have been indexed but do not belong to the current
startup project.

Change-Id: I6e0fb62cc97898ef3853ec61580dd2deb5ac64e5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2016-06-27 15:47:30 +02:00
parent 9e8999586a
commit b570ee1b80
2 changed files with 26 additions and 29 deletions

View File

@@ -82,6 +82,7 @@ private:
bool postponed(const QStringList &fileList);
void scanForTests(const QStringList &fileList = QStringList());
void onDocumentUpdated(const QString &fileName);
void onTaskStarted(Core::Id type);
void onAllTasksFinished(Core::Id type);
void onFinished();