From 70bbb18a9444824a8ec2b9a7ff57fc848e017b6e Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 26 Jan 2026 14:23:12 -0500 Subject: Add regex and case sensitivity options to FilterEdit --- ui/bndbimportdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/bndbimportdialog.h') 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; -- cgit v1.3.1