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 61849aed..aca349d2 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -567,7 +567,9 @@ protected: void itemDoubleClicked(const QModelIndex& index); virtual void contextMenuEvent(QContextMenuEvent* event) override; virtual bool event(QEvent* event) override; + virtual bool eventFilter(QObject* obj, QEvent* event) override; virtual void focusInEvent(QFocusEvent* event) override; + void ensureTypeEditorHasSelection(); }; class BINARYNINJAUIAPI TypeBrowserOptionsIconWidget : public QWidget |
