diff options
Diffstat (limited to 'tests/testqPrefFacebook.h')
-rw-r--r-- | tests/testqPrefFacebook.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/testqPrefFacebook.h b/tests/testqPrefFacebook.h deleted file mode 100644 index bf17a6576..000000000 --- a/tests/testqPrefFacebook.h +++ /dev/null @@ -1,20 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#ifndef TESTQPREFFACEBOOK_H -#define TESTQPREFFACEBOOK_H - -#include <QObject> - -class TestQPrefFacebook : public QObject -{ - Q_OBJECT - -private slots: - void initTestCase(); - void test_struct_get(); - void test_set_struct(); - void test_multiple(); - void test_oldPreferences(); - void test_signals(); -}; - -#endif // TESTQPREFFACEBOOK_H |