aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectnodes.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-05-02 16:52:45 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-02 14:54:24 +0000
commitf9585d939f6a140ecbf6526d30c294048060b246 (patch)
treee88cb83900d48daf7a88b789ff249616e2177784 /src/plugins/projectexplorer/projectnodes.h
parent164f96e9b6428741b0e23c8527f273e06c376196 (diff)
ProjectExplorer: Fix build for MSVC
(Done by Tobias) Change-Id: If85f64681986cf56f493fa448977a2da248e167d Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectnodes.h')
-rw-r--r--src/plugins/projectexplorer/projectnodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h
index 6f00ec20f5..e2aa2940dd 100644
--- a/src/plugins/projectexplorer/projectnodes.h
+++ b/src/plugins/projectexplorer/projectnodes.h
@@ -109,6 +109,7 @@ public:
};
virtual ~Node();
+ Node(const Node &other) = delete;
NodeType nodeType() const;
int priority() const;