diff options
Diffstat (limited to 'tests/testqPrefDisplay.h')
-rw-r--r-- | tests/testqPrefDisplay.h | 16 |
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 |