aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2024-03-05 10:33:50 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2024-03-12 13:22:51 +0000
commit3f457c158f3381519228db7c26085446b49b9132 (patch)
tree45567318a56e76f6c24ae0211b0b3af59518e061 /src/plugins/cppeditor/cpptypehierarchy.h
parentf5de774d776439516da0a4a3db850a765de731dc (diff)
TextEditor: Add type hierarchy infrastructure
We want to support more than one back-end in the future. Task-number: QTCREATORBUG-28116 Change-Id: I72020c94b36072a297e13f44130e5e2482922cd4 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cpptypehierarchy.h')
-rw-r--r--src/plugins/cppeditor/cpptypehierarchy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/cpptypehierarchy.h b/src/plugins/cppeditor/cpptypehierarchy.h
index c6c99f214f..ffe7edbc13 100644
--- a/src/plugins/cppeditor/cpptypehierarchy.h
+++ b/src/plugins/cppeditor/cpptypehierarchy.h
@@ -4,8 +4,5 @@
#pragma once
namespace CppEditor::Internal {
-
-void openCppTypeHierarchy();
void setupCppTypeHierarchy();
-
} // CppEditor::Internal