aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-09-28 13:43:03 +0200
committerDavid Schulz <david.schulz@digia.com>2012-10-01 15:40:54 +0200
commit599e4881c237e449ee0fa90ba3e1c783db7c56f6 (patch)
treefcf0a49f98550f5554da1aaffcb32341aa1e2a87 /src/plugins/cppeditor/cpptypehierarchy.h
parenta17d7d7528a3c291f131fb6d33d70ae6d6e51e42 (diff)
TypeHierarchy: Make type hierarchy independent of editor
This makes it possible to close all editors and still have the typehierarchy visible. It used to close for no apparent reason. Change-Id: I4d1500b5402905c6a04623ea60247c9d746acab8 Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cpptypehierarchy.h')
-rw-r--r--src/plugins/cppeditor/cpptypehierarchy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/cppeditor/cpptypehierarchy.h b/src/plugins/cppeditor/cpptypehierarchy.h
index 2d862d6904..23acb0e3e5 100644
--- a/src/plugins/cppeditor/cpptypehierarchy.h
+++ b/src/plugins/cppeditor/cpptypehierarchy.h
@@ -69,8 +69,6 @@ public:
CppTypeHierarchyWidget(Core::IEditor *editor);
virtual ~CppTypeHierarchyWidget();
- bool handleEditorChange(Core::IEditor *editor);
-
public slots:
void perform();
@@ -97,9 +95,6 @@ public:
CppTypeHierarchyStackedWidget(QWidget *parent = 0);
virtual ~CppTypeHierarchyStackedWidget();
-public slots:
- void editorChanged(Core::IEditor* editor);
-
private:
CppTypeHierarchyWidget *m_typeHiearchyWidgetInstance;
};