1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/QtClient/JoplinQtClient/settings.h

24 lines
226 B
C
Raw Normal View History

2016-12-27 21:25:07 +01:00
#ifndef SETTINGS_H
#define SETTINGS_H
#include <stable.h>
2017-01-05 23:54:13 +01:00
#include "database.h"
2016-12-27 21:25:07 +01:00
namespace jop {
class Settings : public QSettings {
Q_OBJECT
2017-01-05 23:54:13 +01:00
public:
Settings();
static void initialize();
2016-12-27 21:25:07 +01:00
};
}
#endif // SETTINGS_H