summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSteffen Ritter2019-07-10 10:38:55 +0200
committerSteffen Ritter2019-07-10 10:38:55 +0200
commit971b4523cceaf7b4972301cea203375137790986 (patch)
tree56c5260e0a1828d6d70d9b5cabf2d0605e6d2bb0 /src/mainwindow.h
parentPrevent infinite loop (diff)
downloadslxgreeter-971b4523cceaf7b4972301cea203375137790986.tar.gz
slxgreeter-971b4523cceaf7b4972301cea203375137790986.tar.xz
slxgreeter-971b4523cceaf7b4972301cea203375137790986.zip
Handle special keys
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: