summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectplugin.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectplugin.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
index 806677d380..99c63d10e1 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
@@ -29,11 +29,6 @@
#include <QObject>
-namespace ProjectExplorer {
-class Node;
-class Project;
-} // namespace ProjectExplorer
-
namespace Utils { class ParameterAction; }
namespace CMakeProjectManager {
@@ -69,7 +64,7 @@ private slots:
#endif
private:
- void updateContextActions(ProjectExplorer::Node *node, ProjectExplorer::Project *project);
+ void updateContextActions();
Utils::ParameterAction *m_buildTargetContextAction = nullptr;
QMetaObject::Connection m_actionConnect;