summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/typebrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h
index d0c3da7b..b2fdcab2 100644
--- a/ui/typebrowser.h
+++ b/ui/typebrowser.h
@@ -567,6 +567,7 @@ protected:
void itemDoubleClicked(const QModelIndex& index);
virtual void contextMenuEvent(QContextMenuEvent* event) override;
virtual bool event(QEvent* event) override;
+ virtual void focusInEvent(QFocusEvent* event) override;
};
class BINARYNINJAUIAPI TypeBrowserOptionsIconWidget : public QWidget