summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorScott Wehrenberg <brouwer@annejan.com>2016-02-02 16:33:30 -0600
committerScott Wehrenberg <scott@wehrenberg.us>2016-02-02 16:33:30 -0600
commitdc0aeba511dd579e62cd6e845fd7e7ba3614d002 (patch)
tree20518e86502ec7265a683dc622e0b1e601326c24 /mainwindow.h
parent083727614713a7f7197ac9840ace84ffc4dd1ed2 (diff)
Focus the search box when the window becomes active
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 1a382574..44c2e0c5 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -59,6 +59,7 @@ class MainWindow : public QMainWindow {
protected:
void closeEvent(QCloseEvent *event);
void keyPressEvent(QKeyEvent * event);
+ void changeEvent(QEvent *event);
private slots: