summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorScott Wehrenberg <brouwer@annejan.com>2016-02-02 16:35:51 -0600
committerScott Wehrenberg <scott@wehrenberg.us>2016-02-02 16:46:00 -0600
commit3a405e792e638f418c81db90658f23abdec4a650 (patch)
tree0bcd1de674660c4c9d77fd22d800bbfef07edefd /mainwindow.h
parentdc0aeba511dd579e62cd6e845fd7e7ba3614d002 (diff)
Focus the treeView when down is pressed on the search box
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 44c2e0c5..0464613d 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -60,6 +60,7 @@ class MainWindow : public QMainWindow {
void closeEvent(QCloseEvent *event);
void keyPressEvent(QKeyEvent * event);
void changeEvent(QEvent *event);
+ bool eventFilter(QObject *obj, QEvent *event);
private slots: