forked from qt-creator/qt-creator
CMakeProject: Remove friend from CmakeProjectNode class
Change-Id: I562db9a1299f47f993517999070a99b12b26e04b Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -40,7 +40,6 @@ namespace Internal {
|
||||
|
||||
class CMakeProjectNode : public ProjectExplorer::ProjectNode
|
||||
{
|
||||
friend class CMakeProject;
|
||||
public:
|
||||
CMakeProjectNode(const Utils::FileName &fileName);
|
||||
bool showInSimpleTree() const override;
|
||||
|
||||
Reference in New Issue
Block a user