diff options
| author | Brian Potchik <brian@vector35.com> | 2024-04-09 21:13:52 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-04-09 21:13:52 -0400 |
| commit | f2f976e7d1c8d818f512f66179f93fa575eab3c3 (patch) | |
| tree | ac8959a93dfff72545c087d5aef6279042823dc4 /ui/typebrowser.h | |
| parent | cb4f924f561769b4ff7597d266664c5136e66ccb (diff) | |
Fix refresh quiescing for TypeBrowser.
Diffstat (limited to 'ui/typebrowser.h')
| -rw-r--r-- | ui/typebrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h index 05f2338a..18729cef 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -428,7 +428,6 @@ public: virtual void updateFonts() override; virtual void showEvent(QShowEvent* event) override; - virtual void hideEvent(QHideEvent* event) override; virtual void resizeEvent(QResizeEvent* event) override; virtual StatusBarWidget* getStatusBarWidget() override; @@ -618,6 +617,7 @@ class BINARYNINJAUIAPI TypeBrowserSidebarWidget : public SidebarWidget public: TypeBrowserSidebarWidget(BinaryViewRef data); TypeBrowserContainer* container() { return m_container; } + virtual void notifyRefresh() override; virtual QWidget* headerWidget() override { return m_header; } virtual void focus() override; virtual void setPrimaryOrientation(Qt::Orientation orientation) override; |
