qse  0.5.4
qsesettings.h
Go to the documentation of this file.
1 #ifndef QSESETTINGS_H
2 #define QSESETTINGS_H
3 
4 #include <QSettings>
5 
6 class QseSettings : public QSettings
7 {
8  Q_OBJECT;
9 
10  public:
11  QseSettings();
12 };
13 
14 #endif