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, 4 insertions, 0 deletions
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();