diff options
| author | cynder <kat@cynder.me> | 2022-04-25 12:37:57 -0400 |
|---|---|---|
| committer | cynder <kat@cynder.me> | 2022-05-12 13:40:56 -0400 |
| commit | 55c8e81dbceb471ebd4fcff4e297092826525304 (patch) | |
| tree | 6694125c993cdf8ec69712c9551250cd6e3ad81f | |
| parent | 09c85a868bad7e6e1b1b117eefc2c2aa9aaef4be (diff) | |
Add focusSearch method to SettingsView
| -rw-r--r-- | ui/settingsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h index 6e664957..3a7d78f6 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -384,6 +384,7 @@ class BINARYNINJAUIAPI SettingsView : public QWidget void refreshCurrentScope(); void setData(BinaryViewRef view, const QString& name = ""); void setDefaultGroupSelection(const QString& group); + void focusSearch(); public Q_SLOTS: void updateFonts(); |
