forked from qt-creator/qt-creator
ProjectExplorer: Move some of the BuildInfo setup code to central places
Change-Id: I8893366acb187ea1a94a8ca272ded2c46cb521d1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -231,7 +231,7 @@ void BuildSettingsWidget::createConfiguration(const BuildInfo &info_)
|
||||
return;
|
||||
}
|
||||
|
||||
BuildConfiguration *bc = info.factory()->create(m_target, info);
|
||||
BuildConfiguration *bc = info.factory->create(m_target, info);
|
||||
if (!bc)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user