From d93a1abd2806bdab8f8d11d96b641989e333d7d4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 19 Jan 2018 12:05:16 +0100 Subject: Temporarily show sleep icon when receiving USR1 --- src/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 53c54e0..e136540 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -43,6 +43,10 @@ public: QImage& getBackground() { return m_background; } LoginForm* loginForm() { return m_LoginForm; } + +public slots: + void showStandby(); + private: int getOffset(QString offset, int maxVal, int defaultVal); void setBackground(); -- cgit v1.2.3-55-g7522