summaryrefslogtreecommitdiff
path: root/ui/stringsview.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-10-07 15:18:06 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2021-10-07 15:18:06 -0600
commitb11394f052d3b4303af6a5a8011d347c8065c1d4 (patch)
treedaccdd959ab00ba787fbdd12185745283ead0c75 /ui/stringsview.h
parent0bab4ba6a769de63e52ecfaa88c09c44928ed838 (diff)
Fix collision between shortcuts and starting to filter by name
Diffstat (limited to 'ui/stringsview.h')
-rw-r--r--ui/stringsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/stringsview.h b/ui/stringsview.h
index e9d435d4..b70c6d68 100644
--- a/ui/stringsview.h
+++ b/ui/stringsview.h
@@ -113,6 +113,7 @@ public:
virtual QFont getFont() override { return m_itemDelegate->getFont(); }
protected:
virtual void keyPressEvent(QKeyEvent* event) override;
+ virtual bool event(QEvent* event) override;
private Q_SLOTS:
void goToString(const QModelIndex& idx);