From 8b1facbbcdecb205dcbe5864af782b584f757f2a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 31 Oct 2018 17:24:45 +0100 Subject: Read messages from external files --- src/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..9e3af29 --- /dev/null +++ b/src/config.h @@ -0,0 +1,15 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include + +extern const QString CONFIG_DIR; +extern const QString CONFIG_QSS; + +class Config +{ +public: + Config(); +}; + +#endif // CONFIG_H -- cgit v1.2.3-55-g7522