diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-02-01 04:11:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-01 17:16:43 -0800 |
commit | a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab (patch) | |
tree | 6589e06ecce1d0c461900fd2537bf5125afadf9d /tests/testqPrefFacebook.h | |
parent | 0c07b02974a65608d7d71ef150d322678ec1170b (diff) | |
download | subsurface-a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab.tar.gz |
facebook: remove the featute from the code base
Remove from:
- unit tests
- desktop widgets
- preferences
- core intergration
- cmakefiles
- build scripts
- icons
- docs
Also remove the plugins and social network integration.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
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 |