forked from qt-creator/qt-creator
ProjectExplorer: Fix build for MSVC
(Done by Tobias) Change-Id: If85f64681986cf56f493fa448977a2da248e167d Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
164f96e9b6
commit
f9585d939f
@@ -109,6 +109,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtual ~Node();
|
virtual ~Node();
|
||||||
|
Node(const Node &other) = delete;
|
||||||
NodeType nodeType() const;
|
NodeType nodeType() const;
|
||||||
int priority() const;
|
int priority() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user