forked from qt-creator/qt-creator
Emit extra signals to have the task manager show issues on project-load.
This commit is contained in:
@@ -106,7 +106,7 @@ void QmlProject::parseProject(RefreshOptions options)
|
||||
}
|
||||
if (m_projectItem) {
|
||||
m_projectItem.data()->setSourceDirectory(projectDir().path());
|
||||
m_modelManager->updateSourceFiles(m_projectItem.data()->files());
|
||||
m_modelManager->updateSourceFiles(m_projectItem.data()->files(), true);
|
||||
}
|
||||
m_rootNode->refresh();
|
||||
}
|
||||
|
Reference in New Issue
Block a user