summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/designer/resourcehandler.h2
-rw-r--r--src/plugins/projectexplorer/projectnodes.h6
2 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/designer/resourcehandler.h b/src/plugins/designer/resourcehandler.h
index 4fa3630d7e..530ccbc975 100644
--- a/src/plugins/designer/resourcehandler.h
+++ b/src/plugins/designer/resourcehandler.h
@@ -32,8 +32,6 @@ QT_BEGIN_NAMESPACE
class QDesignerFormWindowInterface;
QT_END_NAMESPACE
-namespace ProjectExplorer { class SessionNode; }
-
namespace Designer {
namespace Internal {
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