Qbs: Make file list update after reparsing a project

Change-Id: I1647cfed2a58aa47a545e3a329e0f31142bdc5fd
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-06-12 12:16:24 +02:00
parent 254d01dca3
commit 99ba6fb8da

View File

@@ -288,6 +288,7 @@ void QbsProject::handleQbsParsingDone(bool success)
foreach (ProjectExplorer::Target *t, targets()) foreach (ProjectExplorer::Target *t, targets())
t->updateDefaultRunConfigurations(); t->updateDefaultRunConfigurations();
emit fileListChanged();
emit projectParsingDone(success); emit projectParsingDone(success);
} }