diff options
author | hjk <hjk@qt.io> | 2017-01-31 13:42:03 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2017-01-31 13:04:56 +0000 |
commit | 9678c09355169a06c140570e2082546a225b1136 (patch) | |
tree | d6fa32f83431c401d870f692e43efbf6a3515f4c | |
parent | ec77e4030b9089d3a698c233844fa2bd9e2def20 (diff) | |
download | qt-creator-9678c09355169a06c140570e2082546a225b1136.tar.gz |
ProjectExplorer: Remove some unneeded declarations
Change-Id: I7a73db3f01efb66a9de404c5da332e4d9bfbf672
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r-- | src/plugins/projectexplorer/projecttreewidget.h | 4 | ||||
-rw-r--r-- | src/plugins/resourceeditor/resourcenode.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/projectexplorer/projecttreewidget.h b/src/plugins/projectexplorer/projecttreewidget.h index 2a94a29e0c..ecf7b0952c 100644 --- a/src/plugins/projectexplorer/projecttreewidget.h +++ b/src/plugins/projectexplorer/projecttreewidget.h @@ -39,15 +39,11 @@ QT_FORWARD_DECLARE_CLASS(QTreeView) namespace ProjectExplorer { -class Project; class Node; -class FolderNode; -class FileNode; namespace Internal { class FlatModel; -class WrapperNode; class ProjectTreeWidget : public QWidget { diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h index 770b7edeb3..cde5030499 100644 --- a/src/plugins/resourceeditor/resourcenode.h +++ b/src/plugins/resourceeditor/resourcenode.h @@ -29,10 +29,6 @@ #include <projectexplorer/projectnodes.h> #include <coreplugin/idocument.h> -namespace ProjectExplorer { -class RunConfiguration; -} - namespace ResourceEditor { namespace Internal { class ResourceFileWatcher; } |