ssu
settingstest.h
Go to the documentation of this file.
1 
8 #ifndef _SETTINGSTEST_H
9 #define _SETTINGSTEST_H
10 
11 #include <QObject>
12 
13 class SettingsTest: public QObject
14 {
15  Q_OBJECT
16 
17 private slots:
18  void initTestCase();
19  void cleanupTestCase();
20  void testMerge_data();
21  void testMerge();
22  void testUpgrade_data();
23  void testUpgrade();
24 
25 private:
26 };
27 
28 #endif
SettingsTest
Definition: settingstest.h:13