summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/typeview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h
index 02ab1708..db9b72da 100644
--- a/ui/typeview.h
+++ b/ui/typeview.h
@@ -312,6 +312,8 @@ public:
TypeView* getTypesView() { return m_typeView; }
TypeFilter* getTypeFilter() { return m_typeFilter; }
+ bool navigateToType(const std::string& name, uint64_t offset = 0);
+
protected:
virtual void focusInEvent(QFocusEvent* event) override;
};