forked from qt-creator/qt-creator
QbsProjectManager: No more "forced" vs "non-forced" parsing.
This differentiation complicates the code and duplicates checks already done in qbs. Just let the library reparse the project; if it turns out that nothing has to be done, then the operation will be fast. Change-Id: Ib6406f254e51541c69c948f275fff7877b65b4bd Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -522,7 +522,7 @@ void QbsProjectManagerPlugin::reparseProject(QbsProject *project)
|
||||
if (BuildManager::isBuilding(project))
|
||||
project->scheduleParsing();
|
||||
else
|
||||
project->parseCurrentBuildConfiguration(true);
|
||||
project->parseCurrentBuildConfiguration();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user