summaryrefslogtreecommitdiff
path: root/ui/filter.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-03-08 11:08:26 -0500
committerAlexander Taylor <alex@vector35.com>2023-03-08 11:08:26 -0500
commit9cb57ca1bc8c572b116263117b4d7f3a2303b678 (patch)
tree3cfc5b9dc640b24cd24198b0d235a73e95f0104f /ui/filter.h
parentdf7db2a41078e8d5cc7c3abe45c86427e36b2e1d (diff)
Stop FilterView from processing key press events.
Diffstat (limited to 'ui/filter.h')
-rw-r--r--ui/filter.h3
1 files changed, 0 insertions, 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);
};