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:
@@ -433,7 +433,8 @@ void AutotoolsProject::updateCppCodeModel()
|
||||
pinfo.appendProjectPart(part);
|
||||
|
||||
modelManager->updateProjectInfo(pinfo);
|
||||
modelManager->updateSourceFiles(m_files);
|
||||
modelManager->updateSourceFiles(m_files,
|
||||
CppTools::CppModelManagerInterface::ForcedProgressNotification);
|
||||
|
||||
setProjectLanguage(ProjectExplorer::Constants::LANG_CXX, !part->files.isEmpty());
|
||||
}
|
||||
|
Reference in New Issue
Block a user