summaryrefslogtreecommitdiffstats
path: root/src/loginform.h
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-03 13:41:16 +0200
committerJonathan Bauer2019-06-03 13:41:16 +0200
commit4ef0764c566390870a8de1a9f1955f0b7a1f7b07 (patch)
tree024eca9394ce8573e6a12a865774f75210ac8672 /src/loginform.h
parentfix indentation (diff)
downloadslxgreeter-4ef0764c566390870a8de1a9f1955f0b7a1f7b07.tar.gz
slxgreeter-4ef0764c566390870a8de1a9f1955f0b7a1f7b07.tar.xz
slxgreeter-4ef0764c566390870a8de1a9f1955f0b7a1f7b07.zip
reset to "chooser" page on inactivity
defaults to 30s unless configuration option "session-chooser-reset-timer" (in seconds) is set
Diffstat (limited to 'src/loginform.h')
-rw-r--r--src/loginform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loginform.h b/src/loginform.h
index 11cee99..64edacc 100644
--- a/src/loginform.h
+++ b/src/loginform.h
@@ -15,7 +15,6 @@
#include <QGraphicsOpacityEffect>
#include <QMap>
#include <QTimer>
-
#include <QLightDM/Greeter>
namespace QLightDM {
@@ -63,6 +62,7 @@ private:
QTimer cancelLoginTimer;
QTimer hideMessageTimer;
+ QTimer resetFormTimer;
bool clearMsg;
int capsOn;