tests: make qprefdisplay test file

Remove display tests from testpreferences and make a new file

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-07-05 22:34:04 +02:00
parent 928fc1ee79
commit 8f7f1cacd6
5 changed files with 67 additions and 19 deletions

16
tests/testqPrefDisplay.h Normal file
View file

@ -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