Skip to content

KPackage: Copy KPluginMetaData object when copying d-ptr

Alexander Lohnau requested to merge work/reuse_kpluginmetadata into master

This way we avoid pointless reparsing of the metadata files. In case of desktop files this is even worse, because the conversion code needs to be run too.

The KPluginMetaData object is already shared and only manually reset when the package path is changed.

Task: https://phabricator.kde.org/T14757

@mart @nicolasfella

Merge request reports