logic: Fixed refreshing when source paths were removed

* Define exit state for TaskRepeatWhileSuccess
* Added TaskFinishParsing to end of parsing task sequence
* Also measure time spend clearing files in total index time
This commit is contained in:
Eberhard Graether
2016-09-29 14:58:45 +02:00
parent e5cd905670
commit 3dffd55f75
15 changed files with 202 additions and 80 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ void Application::handleMessage(MessageLoadProject* message)
if (message->forceRefresh)
{
m_project->setStateSettingsUpdated();
m_project->refresh(false);
refreshProject(false);
}
return;