summaryrefslogtreecommitdiffstats
path: root/tests/testqPrefAnimations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testqPrefAnimations.h')
-rw-r--r--tests/testqPrefAnimations.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/testqPrefAnimations.h b/tests/testqPrefAnimations.h
deleted file mode 100644
index f0ed4a195..000000000
--- a/tests/testqPrefAnimations.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-#ifndef TESTQPREFANIMATIONS_H
-#define TESTQPREFANIMATIONS_H
-
-#include <QObject>
-
-class TestQPrefAnimations : public QObject {
- Q_OBJECT
-private slots:
- void initTestCase();
- void test_struct_get();
- void test_set_struct();
- void test_set_load_struct();
- void test_struct_disk();
- void test_multiple();
-};
-
-#endif // TESTQPREFANIMATIONS_H