Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
efa3fec6
Commit
efa3fec6
authored
Oct 28, 2009
by
dt
Browse files
Add two missing updateImportLabel() calls
parent
f8b67dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
efa3fec6
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment