aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h b/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h
index 1d11bb45cb5..9cab4ae8495 100644
--- a/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h
+++ b/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.h
@@ -27,12 +27,12 @@
#include <extensionsystem/iplugin.h>
-namespace ProjectExplorer {
-class Project;
-class Node;
-} // ProjectExplorer
+namespace ProjectExplorer { class Project; }
namespace QmakeProjectManager {
+
+class QmakeProFileNode;
+
namespace Internal {
class QmakeProjectManagerPlugin final : public ExtensionSystem::IPlugin
@@ -43,7 +43,7 @@ class QmakeProjectManagerPlugin final : public ExtensionSystem::IPlugin
public:
~QmakeProjectManagerPlugin() final;
- static void buildProduct(ProjectExplorer::Project *project, ProjectExplorer::Node *proFileNode);
+ static void buildProduct(ProjectExplorer::Project *project, QmakeProFileNode *proFileNode);
#ifdef WITH_TESTS
private slots: