Skip to content

Commit

Permalink
Fix refresh quiescing for TypeBrowser.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpotchik committed Apr 10, 2024
1 parent cb4f924 commit f2f976e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ui/typebrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ class BINARYNINJAUIAPI TypeBrowserView : public QFrame, public View, public Filt
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;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion ui/viewframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class BINARYNINJAUIAPI View
virtual ~View() {}

void enableRefreshTimer(QWidget* owner, int interval);
void setRefreshTimerRunning(bool running);
void setRefreshQuiesce(bool enable);
virtual void notifyRefresh() {};

Expand Down

0 comments on commit f2f976e

Please sign in to comment.