summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
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;