Display progress indicator on navigation view...

...if parsing takes longer.

Change-Id: Ib311c031ae0af72b2f923d93578099687d9af91a
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-02-17 14:45:26 +01:00
parent b5341a9a03
commit 0a7b2b76cb
4 changed files with 40 additions and 1 deletions

View File

@@ -620,6 +620,8 @@ void TestCodeParser::scanForTests(const QStringList &fileList)
Autotest::Constants::TASK_PARSE);
connect(progress, &Core::FutureProgress::finished,
this, &TestCodeParser::onFinished);
emit parsingStarted();
}
void TestCodeParser::clearCache()