summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 91b878f..bdc79cd 100644
--- a/src/global.h
+++ b/src/global.h
@@ -48,6 +48,10 @@ public:
static QImage getConfigGradient();
+ static QStringList urlWhitelist();
+
+ static QStringList urlBlacklist();
+
private:
static bool m_testMode;
static QLightDM::Greeter *m_Greeter;