aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-09-02 14:52:29 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-09-06 14:48:17 +0000
commit72d52f3ac2f3297787fa01c9f44fae4d4c1a8e1f (patch)
tree29b36e4ce53e0eb60a191c50838e071e51a70ac9 /src/plugins/cppeditor/cpptypehierarchy.h
parentd3b55f45cbb794865b2afdff6e8333f552c4f091 (diff)
CppEditor: Un-export some classes
Change-Id: I285fe7bd3ac835c4a43f0a200dd7905f577ff211 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cpptypehierarchy.h')
-rw-r--r--src/plugins/cppeditor/cpptypehierarchy.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cpptypehierarchy.h b/src/plugins/cppeditor/cpptypehierarchy.h
index 62c8ca9ec3..23346308c6 100644
--- a/src/plugins/cppeditor/cpptypehierarchy.h
+++ b/src/plugins/cppeditor/cpptypehierarchy.h
@@ -53,12 +53,10 @@ class ProgressIndicator;
}
namespace CppEditor {
-class CppClass;
-class CppElement;
-
namespace Internal {
-
+class CppClass;
class CppEditorWidget;
+class CppElement;
class CppTypeHierarchyModel : public QStandardItemModel
{