From 827f27462e84e1ebc1c94ec50efa0dfaf5d944b1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 5 Nov 2018 10:12:54 +0100 Subject: Make QSS customizable as well --- src/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/config.h') 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 -- cgit v1.2.3-55-g7522