summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-14 21:47:12 +0100
committerSimon Rettberg2017-11-14 21:47:12 +0100
commitbdecd0561bc6ffcb4927296cd62b945822a2da67 (patch)
tree23347d1ce4d7f823565199e8787d8b90560b6b56 /src/global.h
parentSuper cool and awesome loginform style (diff)
downloadslxgreeter-bdecd0561bc6ffcb4927296cd62b945822a2da67.tar.gz
slxgreeter-bdecd0561bc6ffcb4927296cd62b945822a2da67.tar.xz
slxgreeter-bdecd0561bc6ffcb4927296cd62b945822a2da67.zip
Minor fixes, improvements
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index bdfda89..91b878f 100644
--- a/src/global.h
+++ b/src/global.h
@@ -4,6 +4,7 @@
#include <QLightDM/Power>
#include <QLightDM/Greeter>
#include <QLightDM/SessionsModel>
+#include <QImage>
class Global {
public:
@@ -45,6 +46,8 @@ public:
static bool startSession();
+ static QImage getConfigGradient();
+
private:
static bool m_testMode;
static QLightDM::Greeter *m_Greeter;