summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.cpp')
-rw-r--r--src/dialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp
index 0a34f6c..568a6bd 100644
--- a/src/dialog.cpp
+++ b/src/dialog.cpp
@@ -714,6 +714,9 @@ bool Dialog::eventFilter(QObject* target, QEvent *event) {
return true;
} else if (keyEvent->key() == Qt::Key_Space) {
qDebug() << "space button";
+ } else {
+ /* forward to the search box */
+ ui->filterEdit->event(event);
}
}
return QDialog::eventFilter(target, event);