Skip to content
Snippets Groups Projects
Commit efa3fec6 authored by dt's avatar dt
Browse files

Add two missing updateImportLabel() calls

parent f8b67dcd
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,7 @@ void Qt4ProjectConfigWidget::shadowBuildCheckBoxClicked(bool checked) ...@@ -223,6 +223,7 @@ void Qt4ProjectConfigWidget::shadowBuildCheckBoxClicked(bool checked)
else else
bc->setValue("buildDirectory", QVariant(QString::null)); bc->setValue("buildDirectory", QVariant(QString::null));
updateDetails(); updateDetails();
updateImportLabel();
} }
void Qt4ProjectConfigWidget::updateImportLabel() void Qt4ProjectConfigWidget::updateImportLabel()
...@@ -352,6 +353,7 @@ void Qt4ProjectConfigWidget::qtVersionComboBoxCurrentIndexChanged(const QString ...@@ -352,6 +353,7 @@ void Qt4ProjectConfigWidget::qtVersionComboBoxCurrentIndexChanged(const QString
m_pro->update(); m_pro->update();
} }
updateDetails(); updateDetails();
updateImportLabel();
} }
void Qt4ProjectConfigWidget::updateToolChainCombo() void Qt4ProjectConfigWidget::updateToolChainCombo()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment