ProjectExplorer: Fix build for MSVC

(Done by Tobias)

Change-Id: If85f64681986cf56f493fa448977a2da248e167d
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Alessandro Portale
2018-05-02 16:52:45 +02:00
committed by Tobias Hunger
parent 164f96e9b6
commit f9585d939f

View File

@@ -109,6 +109,7 @@ public:
};
virtual ~Node();
Node(const Node &other) = delete;
NodeType nodeType() const;
int priority() const;