From 056b0b16947ac19a0c425aa9d2ff8f589378d3bc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 18 Mar 2025 20:52:36 +0530 Subject: Add keymap evaluation with strict event filter --- include/widgets/InputLine.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/widgets/InputLine.hpp') diff --git a/include/widgets/InputLine.hpp b/include/widgets/InputLine.hpp index d5f65be..a382ff8 100644 --- a/include/widgets/InputLine.hpp +++ b/include/widgets/InputLine.hpp @@ -24,8 +24,6 @@ public: DELEGATE(input, text, getInputText) DELEGATE(promptPrefix, text, prompt) - // bool eventFilter(QObject *obj, QEvent *event) override; - signals: void submitted(QString text); void cancelled(); -- cgit v1.3.1