Compile fix for gcc 3.3

This commit is contained in:
Thorbjørn Lindeijer
2009-07-16 12:28:18 +02:00
parent 65996524f8
commit 200b06581a

View File

@@ -95,7 +95,7 @@ void GenericProjectNode::refresh()
QFileInfo fileInfo(absoluteFileName); QFileInfo fileInfo(absoluteFileName);
const QString absoluteFilePath = fileInfo.path(); const QString absoluteFilePath = fileInfo.path();
QString baseDir(QFileInfo(path()).absolutePath()); QString baseDir = QFileInfo(path()).absolutePath();
if (! absoluteFilePath.startsWith(baseDir)) if (! absoluteFilePath.startsWith(baseDir))
continue; // `file' is not part of the project. continue; // `file' is not part of the project.