Compile fix Windows.

Change-Id: Ia9f9afaf77c000503512a19ef7e4f33ae9cca041
Reviewed-on: http://codereview.qt.nokia.com/3217
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint
2011-08-18 16:55:45 +02:00
parent d4e1d7c6ad
commit ede672c8d9
2 changed files with 4 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ void ProjectFilesVisitor::visitFolderNode(FolderNode *folderNode)
}
// ----------- Qt4ProjectFile
namespace Internal {
Qt4ProjectFile::Qt4ProjectFile(Qt4Project *project, const QString &filePath, QObject *parent)
: Core::IFile(parent),
m_mimeType(QLatin1String(Qt4ProjectManager::Constants::PROFILE_MIMETYPE)),
@@ -308,7 +308,6 @@ bool Qt4ProjectFile::reload(QString *errorString, ReloadFlag flag, ChangeType ty
}
} // namespace Internal
/*!
\class Qt4Project
@@ -1343,4 +1342,6 @@ void CentralizedFolderWatcher::delayedFolderChanged(const QString &folder)
// }
//}
} // namespace Qt4ProjectManager
#include "qt4project.moc"

View File

@@ -205,7 +205,7 @@ private:
Internal::CentralizedFolderWatcher *m_centralizedFolderWatcher;
friend class Qt4ProjectFile;
friend class Internal::Qt4ProjectFile;
friend class Internal::Qt4ProjectConfigWidget;
};