Results of review.

This commit is contained in:
con
2009-09-30 18:36:31 +02:00
parent c22923c47c
commit 5f9cb8fe14
6 changed files with 12 additions and 10 deletions

View File

@@ -272,6 +272,7 @@ void BuildSettingsWidget::createConfiguration()
QAction *action = qobject_cast<QAction *>(sender());
const QString &type = action->data().toString();
if (m_project->buildConfigurationFactory()->create(type)) {
// TODO switching to last buildconfiguration in list might not be what we want
m_buildConfiguration = m_project->buildConfigurations().last()->name();
updateBuildSettings();
}