Add two missing updateImportLabel() calls

This commit is contained in:
dt
2009-10-28 15:06:39 +01:00
parent f8b67dcdd6
commit efa3fec61d

View File

@@ -223,6 +223,7 @@ void Qt4ProjectConfigWidget::shadowBuildCheckBoxClicked(bool checked)
else
bc->setValue("buildDirectory", QVariant(QString::null));
updateDetails();
updateImportLabel();
}
void Qt4ProjectConfigWidget::updateImportLabel()
@@ -352,6 +353,7 @@ void Qt4ProjectConfigWidget::qtVersionComboBoxCurrentIndexChanged(const QString
m_pro->update();
}
updateDetails();
updateImportLabel();
}
void Qt4ProjectConfigWidget::updateToolChainCombo()