Update makestep on toolchain changes

This way the makestep configuration widget's details will reflect
the actual arguments used.
This commit is contained in:
Tobias Hunger
2011-04-14 17:23:48 +02:00
parent 3fc8e6fe2a
commit 1c3360998e

View File

@@ -293,6 +293,8 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
this, SLOT(userArgumentsChanged()));
connect(makeStep->buildConfiguration(), SIGNAL(buildDirectoryChanged()),
this, SLOT(updateDetails()));
connect(makeStep->buildConfiguration(), SIGNAL(toolChainChanged()),
this, SLOT(updateDetails()));
connect(makeStep->qt4BuildConfiguration(), SIGNAL(qtVersionChanged()),
this, SLOT(qtVersionChanged()));