forked from qt-creator/qt-creator
Add a todo for a future change.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user