Merge branch 'Plasma/5.19'

wilder-portage-prov
Alexander Lohnau 6 years ago
commit be99ebe8fe
  1. 2
      applets/kicker/plugin/runnermatchesmodel.cpp

@ -185,7 +185,7 @@ bool RunnerMatchesModel::trigger(int row, const QString &actionId, const QVarian
QObject *appletInterface = static_cast<RunnerModel *>(parent())->appletInterface();
const KService::Ptr service = KService::serviceByStorageId(match.data().toString());
const KService::Ptr service = KService::serviceByStorageId(match.data().toUrl().toString(QUrl::RemoveScheme));
if (Kicker::handleAddLauncherAction(actionId, appletInterface, service)) {
return true;

Loading…
Cancel
Save