forked from qt-creator/qt-creator
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:
@@ -234,7 +234,7 @@ void ProjectFilesVisitor::visitFolderNode(FolderNode *folderNode)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ----------- Qt4ProjectFile
|
// ----------- Qt4ProjectFile
|
||||||
|
namespace Internal {
|
||||||
Qt4ProjectFile::Qt4ProjectFile(Qt4Project *project, const QString &filePath, QObject *parent)
|
Qt4ProjectFile::Qt4ProjectFile(Qt4Project *project, const QString &filePath, QObject *parent)
|
||||||
: Core::IFile(parent),
|
: Core::IFile(parent),
|
||||||
m_mimeType(QLatin1String(Qt4ProjectManager::Constants::PROFILE_MIMETYPE)),
|
m_mimeType(QLatin1String(Qt4ProjectManager::Constants::PROFILE_MIMETYPE)),
|
||||||
@@ -308,7 +308,6 @@ bool Qt4ProjectFile::reload(QString *errorString, ReloadFlag flag, ChangeType ty
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Qt4Project
|
\class Qt4Project
|
||||||
|
|
||||||
@@ -1343,4 +1342,6 @@ void CentralizedFolderWatcher::delayedFolderChanged(const QString &folder)
|
|||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
} // namespace Qt4ProjectManager
|
||||||
|
|
||||||
#include "qt4project.moc"
|
#include "qt4project.moc"
|
||||||
|
@@ -205,7 +205,7 @@ private:
|
|||||||
|
|
||||||
Internal::CentralizedFolderWatcher *m_centralizedFolderWatcher;
|
Internal::CentralizedFolderWatcher *m_centralizedFolderWatcher;
|
||||||
|
|
||||||
friend class Qt4ProjectFile;
|
friend class Internal::Qt4ProjectFile;
|
||||||
friend class Internal::Qt4ProjectConfigWidget;
|
friend class Internal::Qt4ProjectConfigWidget;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user