diff options
| author | Josh Ferrell <josh@vector35.com> | 2026-01-26 14:23:12 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2026-02-06 17:53:45 -0500 |
| commit | 70bbb18a9444824a8ec2b9a7ff57fc848e017b6e (patch) | |
| tree | fe87c0976b75a7557986d1ac6bcc2409a839624c /ui/bndbimportdialog.h | |
| parent | 9b7604d13e8bd98c6998facb9326926ed96281b5 (diff) | |
Add regex and case sensitivity options to FilterEdit
Diffstat (limited to 'ui/bndbimportdialog.h')
| -rw-r--r-- | ui/bndbimportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/bndbimportdialog.h b/ui/bndbimportdialog.h index eb8f0dfd..4578b76c 100644 --- a/ui/bndbimportdialog.h +++ b/ui/bndbimportdialog.h @@ -117,7 +117,7 @@ public: BndbImportDialog(QWidget* parent, BinaryViewRef view); ~BndbImportDialog() = default; - void setFilter(const std::string& filter) override; + void setFilter(const std::string& filter, FilterOptions options) override; void scrollToFirstItem() override; void scrollToCurrentItem() override; void ensureSelection() override; |
