aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h
index 8496c9720b..bf2f9ae45d 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.h
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.h
@@ -173,14 +173,15 @@ public:
QmakeProFileNode *profile,
ProjectExplorer::FileNode *buildableFile);
-public:
- void scheduleUpdateAll(QmakeProFile::AsyncUpdateDelay delay);
- void scheduleUpdateAllLater() { scheduleUpdateAll(QmakeProFile::ParseLater); }
- void scheduleUpdateAllNowOrLater();
Utils::FilePath buildDir(const Utils::FilePath &proFilePath) const;
-
QmakeBuildConfiguration *qmakeBuildConfiguration() const;
+ void scheduleUpdateAllNowOrLater();
+
+private:
+ void scheduleUpdateAll(QmakeProFile::AsyncUpdateDelay delay);
+ void scheduleUpdateAllLater() { scheduleUpdateAll(QmakeProFile::ParseLater); }
+
mutable QSet<const QPair<Utils::FilePath, Utils::FilePath>> m_toolChainWarnings;
// Current configuration