CMakeProject: Remove friend from CmakeProjectNode class

Change-Id: I562db9a1299f47f993517999070a99b12b26e04b
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-10-30 13:36:54 +01:00
parent fb2a1fcb50
commit c251a22dc4

View File

@@ -40,7 +40,6 @@ namespace Internal {
class CMakeProjectNode : public ProjectExplorer::ProjectNode
{
friend class CMakeProject;
public:
CMakeProjectNode(const Utils::FileName &fileName);
bool showInSimpleTree() const override;