forked from qt-creator/qt-creator
Fixes: This does already work.
Details: Adjust comments to actual situation
This commit is contained in:
@@ -730,9 +730,7 @@ namespace {
|
|||||||
// updateSourceFiles() for files that changed
|
// updateSourceFiles() for files that changed
|
||||||
// It does so by storing a modification time for each ui file we know about.
|
// 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
|
// TODO this function should also be called if the build directory is changed
|
||||||
// since the build directory could change, and thus the generated files that are present
|
|
||||||
// TODO check that it works
|
|
||||||
void Qt4ProFileNode::updateUiFiles()
|
void Qt4ProFileNode::updateUiFiles()
|
||||||
{
|
{
|
||||||
// Only those two project types can have ui files for us
|
// Only those two project types can have ui files for us
|
||||||
|
|||||||
Reference in New Issue
Block a user