1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/QtClient/JoplinQtClient/settings.h
Laurent Cozic 42955187fa Clean up
2016-12-29 21:51:10 +01:00

17 lines
153 B
C++
Executable File

#ifndef SETTINGS_H
#define SETTINGS_H
#include <stable.h>
namespace jop {
class Settings : public QSettings {
Q_OBJECT
};
}
#endif // SETTINGS_H