forked from qt-creator/qt-creator
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user