summaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
new file mode 100644
index 0000000..7dfb6b1
--- /dev/null
+++ b/src/config.cpp
@@ -0,0 +1,9 @@
+#include "config.h"
+
+const QString CONFIG_DIR("/opt/openslx/xscreensaver");
+const QString CONFIG_QSS(CONFIG_DIR + "/style.qss");
+
+Config::Config()
+{
+
+}