summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 21:39:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 21:39:05 +0300
commit8a9a513ecd352768a7c14d30252394c6973a352e (patch)
treeab433b5c7c552360bb7ed811b44755b39550007d /include/MainWindow.h
parentRemove sync timer (diff)
downloadnheko-8a9a513ecd352768a7c14d30252394c6973a352e.tar.xz
Move ctrl-k callback to the MainWindow
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index 0c2316a3..95935c46 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -43,6 +43,7 @@ public: protected: void closeEvent(QCloseEvent *event); + void keyPressEvent(QKeyEvent *event); private slots: // Handle interaction with the tray icon.