summaryrefslogtreecommitdiffstats
path: root/tests/testqPrefDisplay.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-07-05 22:34:04 +0200
committerGravatar jan Iversen <jani@apache.org>2018-07-12 18:44:31 +0200
commit8f7f1cacd60f150f5d2520d3c9c47d31322fd4c1 (patch)
tree1d498700825dcd70378354ac633b8bbceb515a03 /tests/testqPrefDisplay.h
parent928fc1ee79a4391384f448cb75369ddb5e03ef28 (diff)
downloadsubsurface-8f7f1cacd60f150f5d2520d3c9c47d31322fd4c1.tar.gz
tests: make qprefdisplay test file
Remove display tests from testpreferences and make a new file Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefDisplay.h')
-rw-r--r--tests/testqPrefDisplay.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/testqPrefDisplay.h b/tests/testqPrefDisplay.h
new file mode 100644
index 000000000..1885e8686
--- /dev/null
+++ b/tests/testqPrefDisplay.h
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+#ifndef TESTQPREFDISPLAY_H
+#define TESTQPREFDISPLAY_H
+
+#include <QTest>
+#include <functional>
+
+class TestQPrefDisplay : public QObject
+{
+ Q_OBJECT
+private slots:
+ void initTestCase();
+ void test1();
+};
+
+#endif // TESTQPREFDISPLAY_H