diff --git a/src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp b/src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp index 027e57498..e8e596eab 100644 --- a/src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp +++ b/src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp @@ -68,6 +68,10 @@ void KDEFrameworksIntegrationPlugin::init(InitState state, const QString &settin m_sharePageMenu = new Purpose::Menu(); m_sharePageMenu->setTitle(tr("Share page")); m_sharePageMenu->setIcon(QIcon::fromTheme(QStringLiteral("document-share"))); + m_sharePageMenu->model()->setInputData(QJsonObject{ + { QStringLiteral("urls"), QJsonArray {QJsonValue(QSL("falkon"))} }, + { QStringLiteral("title"), QJsonValue(QSL("falkon")) } + }); m_sharePageMenu->model()->setPluginType(QStringLiteral("ShareUrl")); KAboutData aboutData(QSL("falkon"), QSL("Falkon"), QCoreApplication::applicationVersion());