aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-08-16 11:37:47 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-08-16 11:39:44 +0200
commit878bb9f95d84900cba455f7318cb6ed671913e28 (patch)
tree804c563e02853528f24ecf3058b55777928fcb10 /src/plugins/cppeditor/cpptypehierarchy.h
parent2d683cd2c30afa792df7b9d5095c89b88e3d2dfd (diff)
Make type hierarchy widget reusable accross editors.
Diffstat (limited to 'src/plugins/cppeditor/cpptypehierarchy.h')
-rw-r--r--src/plugins/cppeditor/cpptypehierarchy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cpptypehierarchy.h b/src/plugins/cppeditor/cpptypehierarchy.h
index 8bc2c192a5..d3c07b9bee 100644
--- a/src/plugins/cppeditor/cpptypehierarchy.h
+++ b/src/plugins/cppeditor/cpptypehierarchy.h
@@ -92,6 +92,8 @@ public:
CppTypeHierarchyWidget(Core::IEditor *editor);
virtual ~CppTypeHierarchyWidget();
+ bool handleReplacement(Core::IEditor *editor);
+
public slots:
void perform();