diff options
| -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; }; |
