Skip to content

Explicitely call KPluginMetaData::fromDesktopFile instead of KPluginMetaData(QString fileName) constructor

Alexander Lohnau requested to merge work/explicit_json_conversion into master

Explicitely call KPluginMetaData::fromDesktopFile instead of KPluginMetaData(QString fileName) constructor

Preparation for https://phabricator.kde.org/T14778, because we want to avoid runtime warnings in KCoreAddons if the KPluginInfo API is already deprecated.

Merge request reports