settings.h 146 B

123456789101112
  1. #ifndef SETTINGS_H
  2. #define SETTINGS_H
  3. #include <QString>
  4. class Settings
  5. {
  6. public:
  7. set(QString key, QString value);
  8. };
  9. #endif // SETTINGS_H