summaryrefslogtreecommitdiff
path: root/ui/typebrowser.h
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-31 19:27:04 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-31 19:27:04 -0400
commit1b2f5c4c8df34d399a8abaff7db5d2338cb90ac1 (patch)
treef52c3793a7794b9aa6213eac9d47f5f939d61648 /ui/typebrowser.h
parent5b9f8aa061b7ee1a71ef0f3285e2ec2756a57899 (diff)
improve focusing in type browser
Diffstat (limited to 'ui/typebrowser.h')
-rw-r--r--ui/typebrowser.h2
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