diff options
Diffstat (limited to 'tests/testqPrefFacebook.h')
-rw-r--r-- | tests/testqPrefFacebook.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/testqPrefFacebook.h b/tests/testqPrefFacebook.h new file mode 100644 index 000000000..ecdbbe143 --- /dev/null +++ b/tests/testqPrefFacebook.h @@ -0,0 +1,18 @@ +// 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(); +}; + +#endif // TESTQPREFFACEBOOK_H |