diff --git a/src/plugins/cmakeprojectmanager/builddirmanager.h b/src/plugins/cmakeprojectmanager/builddirmanager.h index ec26d0c3bb0..cc00f69bc3c 100644 --- a/src/plugins/cmakeprojectmanager/builddirmanager.h +++ b/src/plugins/cmakeprojectmanager/builddirmanager.h @@ -72,7 +72,6 @@ public: bool isParsing() const; - void parse(); void clearCache(); void forceReparse(); void maybeForceReparse(); // Only reparse if the configuration has changed... @@ -107,6 +106,8 @@ protected: const CMakeConfig intendedConfiguration() const; private: + void parse(); + void cmakeFilesChanged(); void stopProcess();