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;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ProjectExplorer { class SessionNode; }
|
||||
|
||||
namespace Designer {
|
||||
namespace Internal {
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user