diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 18:15:00 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 18:15:00 -0400 |
| commit | 0a65384bec21c8748b8af87d3844112f5128d7f5 (patch) | |
| tree | e4b22ede2a2c0edd2e77cd2315911b4764b82efa | |
| parent | f252933553de86be26c25710ca314bc1f15e93b6 (diff) | |
add focusandselectfilter for filteredit
| -rw-r--r-- | ui/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filter.h b/ui/filter.h index 7cdd18e7..c210f407 100644 --- a/ui/filter.h +++ b/ui/filter.h @@ -65,6 +65,7 @@ class BINARYNINJAUIAPI FilteredView : public QWidget void updateFonts(); void clearFilter(); void showFilter(const QString& initialText); + void focusAndSelectFilter(); static bool match(const std::string& name, const std::string& filter); |
