diff options
| author | Xusheng <xusheng@vector35.com> | 2021-04-19 10:39:05 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-04-19 10:39:05 +0800 |
| commit | 354917baebc0c92a6304c25fb74d79f6f3c8a73e (patch) | |
| tree | 1c27835ce21774ee9e75c98a929e8f92634dc651 | |
| parent | b6feff3f3d3bdcb4bea983a085f4ed794e186940 (diff) | |
fix navigating to type view
| -rw-r--r-- | ui/typeview.h | 2 |
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; }; |
