forked from qt-creator/qt-creator
ProjectExplorer: Remove some unneeded declarations
Change-Id: Ie5bab9205692748f7913c58b5478b2e6d072df4b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user