From 9cb57ca1bc8c572b116263117b4d7f3a2303b678 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 8 Mar 2023 11:08:26 -0500 Subject: Stop FilterView from processing key press events. --- ui/filter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/filter.h b/ui/filter.h index 006b92de..0d78e437 100644 --- a/ui/filter.h +++ b/ui/filter.h @@ -65,9 +65,6 @@ class BINARYNINJAUIAPI FilteredView : public QWidget static bool match(const std::string& name, const std::string& filter); - protected: - virtual void keyPressEvent(QKeyEvent* event) override; - private Q_SLOTS: void filterChanged(const QString& filter); }; -- cgit v1.3.1