Skip to content

KPropertiesDialog: also load plugins with JSON metadata

Elvis Angelaccio requested to merge work/kpropertiesdialogJson into master

This patch makes the properties dialog able to load plugins with JSON metadata, using KPluginLoader.

Those plugins will have to be installed under a kf5/propertiesdialog subfolder of the plugin dir.

This is one more step towards the deprecation of C++ plugins without JSON metadata.

Merge request reports