forked from qt-creator/qt-creator
Project managers: Force "Parsing" notification
...so parsing progress will also be reported for projects consisting of only one source file. Task-number: QTCREATORBUG-9597 Change-Id: If35a00b6f949258d64921f144919269fa0c81d36 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -597,7 +597,8 @@ void QbsProject::updateCppCodeModel(const qbs::ProjectData &prj)
|
||||
|
||||
// Register update the code model:
|
||||
modelmanager->updateProjectInfo(pinfo);
|
||||
m_codeModelFuture = modelmanager->updateSourceFiles(allFiles);
|
||||
m_codeModelFuture = modelmanager->updateSourceFiles(allFiles,
|
||||
CppTools::CppModelManagerInterface::ForcedProgressNotification);
|
||||
}
|
||||
|
||||
void QbsProject::updateQmlJsCodeModel(const qbs::ProjectData &prj)
|
||||
|
||||
Reference in New Issue
Block a user