summaryrefslogtreecommitdiff
path: root/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-04-03 22:55:30 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-04-04 11:55:25 +0200
commita35c9fa159173388d88ef77e1d31f53488aad094 (patch)
treee4691b5bbf054ca13e35d98d9df653bf9cdc0054 /transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp
parent5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff)
Generalize for all fediverse accounts
Diffstat (limited to 'transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp')
-rw-r--r--transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp
deleted file mode 100644
index 8c139a2..0000000
--- a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include "mastodonshareplugin.h"
-#include "mastodonplugininfo.h"
-
-#include <QtPlugin>
-
-MastodonSharePlugin::MastodonSharePlugin()
- : QObject(), SharingPluginInterface()
-{
-}
-
-MastodonSharePlugin::~MastodonSharePlugin()
-{
-}
-
-SharingPluginInfo *MastodonSharePlugin::infoObject()
-{
- return new MastodonPluginInfo;
-}
-
-QString MastodonSharePlugin::pluginId() const
-{
- return QLatin1String("Mastodon");
-}