From 98b4a16cd08820fced58ec0ab3620697c5d35365 Mon Sep 17 00:00:00 2001 From: dt Date: Fri, 9 Oct 2009 18:25:23 +0200 Subject: [PATCH] Add a todo for a future change. --- src/plugins/qt4projectmanager/qmakestep.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/qt4projectmanager/qmakestep.cpp b/src/plugins/qt4projectmanager/qmakestep.cpp index 84a1b5cf473..918f5cec767 100644 --- a/src/plugins/qt4projectmanager/qmakestep.cpp +++ b/src/plugins/qt4projectmanager/qmakestep.cpp @@ -269,6 +269,9 @@ void QMakeStepConfigWidget::buildConfigurationChanged() static_cast(m_step->project())->invalidateCachedTargetInformation(); updateTitleLabel(); updateEffectiveQMakeCall(); + // TODO if exact parsing is the default, we need to update the code model + // and all the Qt4ProFileNodes + //static_cast(m_step->project())->update(); } QString QMakeStepConfigWidget::displayName() const