summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-31 12:38:18 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-31 12:38:18 -0400
commit681d36a5595241b0ef27c5ef5d383dfd03da277d (patch)
tree9e393868811c63af64f9856e178b1e26f02011d9
parentcce878fb9c4736fff6d9ac263b82618a1f6f95c6 (diff)
fixing find hotkey in the typebrowser
-rw-r--r--ui/typebrowser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h
index c319f77f..d0c3da7b 100644
--- a/ui/typebrowser.h
+++ b/ui/typebrowser.h
@@ -566,6 +566,7 @@ protected:
void itemSelected(const QItemSelection& selected, const QItemSelection& deselected);
void itemDoubleClicked(const QModelIndex& index);
virtual void contextMenuEvent(QContextMenuEvent* event) override;
+ virtual bool event(QEvent* event) override;
};
class BINARYNINJAUIAPI TypeBrowserOptionsIconWidget : public QWidget
@@ -603,6 +604,7 @@ public:
protected:
virtual void focusInEvent(QFocusEvent* event) override;
+ virtual bool event(QEvent* event) override;
};