From 354917baebc0c92a6304c25fb74d79f6f3c8a73e Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 19 Apr 2021 10:39:05 +0800 Subject: fix navigating to type view --- ui/typeview.h | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- cgit v1.3.1