#ifndef SETTINGS_H #define SETTINGS_H #include class Settings { public: set(QString key, QString value); }; #endif // SETTINGS_H