From a35c9fa159173388d88ef77e1d31f53488aad094 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 3 Apr 2026 22:55:30 +0200 Subject: Generalize for all fediverse accounts --- .../mastodonshareplugin/mastodonplugininfo.h | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h (limited to 'transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h') diff --git a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h deleted file mode 100644 index 80fe552..0000000 --- a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#ifndef MASTODONPLUGININFO_H -#define MASTODONPLUGININFO_H - -#include -#include - -class MastodonShareServiceStatus; - -class MastodonPluginInfo : public SharingPluginInfo -{ - Q_OBJECT - -public: - MastodonPluginInfo(); - ~MastodonPluginInfo(); - - QList info() const; - void query(); - -private Q_SLOTS: - void serviceReady(); - -private: - MastodonShareServiceStatus *m_mastodonShareServiceStatus; - QList m_info; - QStringList m_capabilities; -}; - -#endif // MASTODONPLUGININFO_H -- cgit v1.2.3