ProjectExplorer: Remove some unneeded declarations

Change-Id: Ie5bab9205692748f7913c58b5478b2e6d072df4b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-02-23 12:20:24 +01:00
parent 8fd17a84b5
commit 30fde73736
2 changed files with 0 additions and 8 deletions

View File

@@ -32,8 +32,6 @@ QT_BEGIN_NAMESPACE
class QDesignerFormWindowInterface; class QDesignerFormWindowInterface;
QT_END_NAMESPACE QT_END_NAMESPACE
namespace ProjectExplorer { class SessionNode; }
namespace Designer { namespace Designer {
namespace Internal { namespace Internal {

View File

@@ -92,7 +92,6 @@ class Node;
class FileNode; class FileNode;
class FolderNode; class FolderNode;
class ProjectNode; class ProjectNode;
class SessionNode;
class NodesVisitor; class NodesVisitor;
// Documentation inside. // Documentation inside.
@@ -296,10 +295,6 @@ protected:
// this is just the in-memory representation, a subclass // this is just the in-memory representation, a subclass
// will add the persistent stuff // will add the persistent stuff
explicit ProjectNode(const Utils::FileName &projectFilePath); explicit ProjectNode(const Utils::FileName &projectFilePath);
private:
// let SessionNode call setParentFolderNode
friend class SessionNode;
}; };
// Documentation inside. // Documentation inside.
@@ -313,7 +308,6 @@ private:
QString addFileFilter() const final; QString addFileFilter() const final;
bool showInSimpleTree() const final; bool showInSimpleTree() const final;
void projectDisplayNameChanged(Node *node);
}; };
} // namespace ProjectExplorer } // namespace ProjectExplorer