diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h index 8496c9720b2..bf2f9ae45d2 100644 --- a/src/plugins/qmakeprojectmanager/qmakeproject.h +++ b/src/plugins/qmakeprojectmanager/qmakeproject.h @@ -173,13 +173,14 @@ public: QmakeProFileNode *profile, ProjectExplorer::FileNode *buildableFile); -public: + Utils::FilePath buildDir(const Utils::FilePath &proFilePath) const; + QmakeBuildConfiguration *qmakeBuildConfiguration() const; + + void scheduleUpdateAllNowOrLater(); + +private: void scheduleUpdateAll(QmakeProFile::AsyncUpdateDelay delay); void scheduleUpdateAllLater() { scheduleUpdateAll(QmakeProFile::ParseLater); } - void scheduleUpdateAllNowOrLater(); - Utils::FilePath buildDir(const Utils::FilePath &proFilePath) const; - - QmakeBuildConfiguration *qmakeBuildConfiguration() const; mutable QSet> m_toolChainWarnings;