summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ec153b7..8f9245e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -58,8 +58,10 @@ protected:
virtual void mouseDoubleClickEvent(QMouseEvent *);
+ virtual void keyPressEvent(QKeyEvent *);
+
public slots:
- void showStandby();
+ void showStandby();
void updateClock();
private: