From 6d17ee565bedc621580464c8c8254cddba2d3db2 Mon Sep 17 00:00:00 2001 From: dt <qtc-commiter@nokia.com> Date: Thu, 15 Jan 2009 12:45:53 +0100 Subject: [PATCH] Fixes: This does already work. Details: Adjust comments to actual situation --- src/plugins/qt4projectmanager/qt4nodes.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugins/qt4projectmanager/qt4nodes.cpp b/src/plugins/qt4projectmanager/qt4nodes.cpp index 14fb56a38e9..c7bf1e58035 100644 --- a/src/plugins/qt4projectmanager/qt4nodes.cpp +++ b/src/plugins/qt4projectmanager/qt4nodes.cpp @@ -730,9 +730,7 @@ namespace { // updateSourceFiles() for files that changed // It does so by storing a modification time for each ui file we know about. -// TODO this function should also be called if the build configuration changes -// since the build directory could change, and thus the generated files that are present -// TODO check that it works +// TODO this function should also be called if the build directory is changed void Qt4ProFileNode::updateUiFiles() { // Only those two project types can have ui files for us -- GitLab