#ifndef CONFIG_H #define CONFIG_H #include extern const QString CONFIG_DIR; extern const QString CONFIG_QSS; class Config { public: Config(); }; #endif // CONFIG_H