aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.h
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-09-25 14:55:30 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-09-27 07:55:18 +0000
commitd0f59c0949225c55d54963ac350a2d73bd9a9bbc (patch)
tree4609097d7bd730bdf8687fca00f092da5e50f8ab /src/plugins/cppeditor/cpptypehierarchy.h
parentc4438cc4c306ff2232ce026ab5adb8f2bcad613d (diff)
CppEditor: Clean forward declaration
Change-Id: Id2a4d203e7a0c3405ca612aeb294b25be8a37323 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cppeditor/cpptypehierarchy.h')
-rw-r--r--src/plugins/cppeditor/cpptypehierarchy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cpptypehierarchy.h b/src/plugins/cppeditor/cpptypehierarchy.h
index 125fb58338..355f87065d 100644
--- a/src/plugins/cppeditor/cpptypehierarchy.h
+++ b/src/plugins/cppeditor/cpptypehierarchy.h
@@ -37,12 +37,9 @@ class QLabel;
class QModelIndex;
class QStackedLayout;
class QStandardItem;
-template <class> class QVector;
template <class> class QList;
QT_END_NAMESPACE
-namespace Core { class IEditor; }
-
namespace TextEditor { class TextEditorLinkLabel; }
namespace Utils {
@@ -55,7 +52,6 @@ namespace Internal {
class CppEditorWidget;
class CppClass;
-class CppClassLabel;
class CppTypeHierarchyModel : public QStandardItemModel
{