aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectnodes.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-02-23 12:20:24 +0100
committerhjk <hjk@qt.io>2017-03-01 07:02:50 +0000
commit30fde737368b9f31139caba59eceb1435efd8e2b (patch)
treedf357af1098bb6ff08f76c97c4f3816e50c05779 /src/plugins/projectexplorer/projectnodes.h
parent8fd17a84b5b53b349878dc64ca4d9b11700258fb (diff)
ProjectExplorer: Remove some unneeded declarations
Change-Id: Ie5bab9205692748f7913c58b5478b2e6d072df4b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectnodes.h')
-rw-r--r--src/plugins/projectexplorer/projectnodes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h
index e613a35da4..aeb4b4241b 100644
--- a/src/plugins/projectexplorer/projectnodes.h
+++ b/src/plugins/projectexplorer/projectnodes.h
@@ -92,7 +92,6 @@ class Node;
class FileNode;
class FolderNode;
class ProjectNode;
-class SessionNode;
class NodesVisitor;
// Documentation inside.
@@ -296,10 +295,6 @@ protected:
// this is just the in-memory representation, a subclass
// will add the persistent stuff
explicit ProjectNode(const Utils::FileName &projectFilePath);
-
-private:
- // let SessionNode call setParentFolderNode
- friend class SessionNode;
};
// Documentation inside.
@@ -313,7 +308,6 @@ private:
QString addFileFilter() const final;
bool showInSimpleTree() const final;
- void projectDisplayNameChanged(Node *node);
};
} // namespace ProjectExplorer