diff options
| -rw-r--r-- | ui/filter.h | 3 |
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); }; |
