We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681d36a commit 3d5ac05Copy full SHA for 3d5ac05
1 file changed
ui/typebrowser.h
@@ -567,6 +567,7 @@ class BINARYNINJAUIAPI TypeBrowserView : public QFrame, public View, public Filt
567
void itemDoubleClicked(const QModelIndex& index);
568
virtual void contextMenuEvent(QContextMenuEvent* event) override;
569
virtual bool event(QEvent* event) override;
570
+ virtual void focusInEvent(QFocusEvent* event) override;
571
};
572
573
class BINARYNINJAUIAPI TypeBrowserOptionsIconWidget : public QWidget
0 commit comments