diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 12:38:18 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 12:38:18 -0400 |
| commit | 681d36a5595241b0ef27c5ef5d383dfd03da277d (patch) | |
| tree | 9e393868811c63af64f9856e178b1e26f02011d9 /ui | |
| parent | cce878fb9c4736fff6d9ac263b82618a1f6f95c6 (diff) | |
fixing find hotkey in the typebrowser
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/typebrowser.h | 2 |
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; }; |
