diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h index 7d7d022299d..a63b3a37404 100644 --- a/src/plugins/projectexplorer/projectnodes.h +++ b/src/plugins/projectexplorer/projectnodes.h @@ -287,7 +287,6 @@ public: void setShowWhenEmpty(bool showWhenEmpty); void addNode(std::unique_ptr &&node); - std::unique_ptr takeNode(Node *node); bool isEmpty() const; @@ -301,6 +300,8 @@ protected: QList m_locations; private: + std::unique_ptr takeNode(Node *node); + QString m_displayName; QString m_addFileFilter; mutable QIcon m_icon;