Add a todo for a future change.

This commit is contained in:
dt
2009-10-09 18:25:23 +02:00
parent e57bcafc0d
commit 98b4a16cd0

View File

@@ -269,6 +269,9 @@ void QMakeStepConfigWidget::buildConfigurationChanged()
static_cast<Qt4Project *>(m_step->project())->invalidateCachedTargetInformation(); static_cast<Qt4Project *>(m_step->project())->invalidateCachedTargetInformation();
updateTitleLabel(); updateTitleLabel();
updateEffectiveQMakeCall(); updateEffectiveQMakeCall();
// TODO if exact parsing is the default, we need to update the code model
// and all the Qt4ProFileNodes
//static_cast<Qt4Project *>(m_step->project())->update();
} }
QString QMakeStepConfigWidget::displayName() const QString QMakeStepConfigWidget::displayName() const