forked from qt-creator/qt-creator
ProjectExplorer: Simplify BuildManager::buildList() calls
The build list names are always the ones determined from the build list id. No need to do that on the caller side. Change-Id: Icc21ef355de535af21215819fe04daa76fed0d9c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -594,8 +594,7 @@ void QbsProjectManagerPlugin::buildFiles(QbsProject *project, const QStringList
|
||||
|
||||
const Core::Id buildStep = ProjectExplorer::Constants::BUILDSTEPS_BUILD;
|
||||
|
||||
const QString name = ProjectExplorerPlugin::displayNameForStepId(buildStep);
|
||||
BuildManager::buildList(bc->stepList(buildStep), name);
|
||||
BuildManager::buildList(bc->stepList(buildStep));
|
||||
|
||||
bc->setChangedFiles(QStringList());
|
||||
bc->setActiveFileTags(QStringList());
|
||||
|
||||
Reference in New Issue
Block a user