ProjectExplorer: Fix compile with MSVC2015

Change-Id: Ia33afa96ff9d5bfc7b0c7020908c5a27274f23ee
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2019-02-27 11:38:29 +01:00
parent 8e6ac695a8
commit 095df95bfa

View File

@@ -163,6 +163,7 @@ public:
protected: protected:
Node(); Node();
Node(const Node &other) = delete; Node(const Node &other) = delete;
bool operator=(const Node &other) = delete;
void setNodeType(NodeType nodeType); void setNodeType(NodeType nodeType);
void setFilePath(const Utils::FileName &filePath); void setFilePath(const Utils::FileName &filePath);