summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-11-05 10:12:54 +0100
committerSimon Rettberg2018-11-05 10:12:54 +0100
commit827f27462e84e1ebc1c94ec50efa0dfaf5d944b1 (patch)
treec764148272feae27c331526463d00a047352dbc7 /src/config.h
parentRead messages from external files (diff)
downloadbwlp-screensaver-827f27462e84e1ebc1c94ec50efa0dfaf5d944b1.tar.gz
bwlp-screensaver-827f27462e84e1ebc1c94ec50efa0dfaf5d944b1.tar.xz
bwlp-screensaver-827f27462e84e1ebc1c94ec50efa0dfaf5d944b1.zip
Make QSS customizable as well
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 9e3af29..25da6b6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -8,8 +8,11 @@ extern const QString CONFIG_QSS;
class Config
{
+private:
+ Config();
public:
- Config();
+ static QString loadFileToString(const QString &fileName);
+ static QString getMainQss();
};
#endif // CONFIG_H