summaryrefslogtreecommitdiffstats
path: root/tests/testqPrefDisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testqPrefDisplay.h')
-rw-r--r--tests/testqPrefDisplay.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/testqPrefDisplay.h b/tests/testqPrefDisplay.h
index 1885e8686..6af2d2be5 100644
--- a/tests/testqPrefDisplay.h
+++ b/tests/testqPrefDisplay.h
@@ -2,15 +2,18 @@
#ifndef TESTQPREFDISPLAY_H
#define TESTQPREFDISPLAY_H
-#include <QTest>
-#include <functional>
+#include <QtTest>
class TestQPrefDisplay : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
- void test1();
+ void test_struct_get();
+ void test_set_struct();
+ void test_set_load_struct();
+ void test_struct_disk();
+ void test_multiple();
};
#endif // TESTQPREFDISPLAY_H