Skip to content

Commit

Permalink
Process feature map menu actions more efficiently.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpotchik committed Jul 19, 2024
1 parent 5fc0803 commit 04b58f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/featuremap.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class BINARYNINJAUIAPI FeatureMap : public QWidget, public BinaryNinja::BinaryDa
SplitPaneWidget* m_owner = nullptr;
BinaryViewRef m_data;
std::unique_ptr<NotificationsDispatcher> m_dispatcher = nullptr;
bool m_requestMappedRegionUpdate = false;

bool m_updatesPending = false;
QTimer* m_updateTimer = nullptr;
Expand Down

0 comments on commit 04b58f9

Please sign in to comment.