qavrg 0.0.28
qavrgsettings.h
Go to the documentation of this file.
00001 #ifndef QAVRGSETTINGS_H
00002 #define QAVRGSETTINGS_H
00003 
00004 #include <QSettings>
00005 #include <QDir>
00006 
00007 class QavrgSettings : public QSettings
00008 {
00009   Q_OBJECT;
00010 
00011  public:
00012   QavrgSettings();
00013   QavrgSettings(QString filePath);
00014 
00015   static QDir settingsDirectory();
00016 };
00017 
00018 #endif