Skip to content

Move KMessageBox storage integration plugin from FrameworkIntegration

Carl Schwan requested to merge work/carl/integrationplugin into master

Reasoning for this is that we want to use KConfig based storage on all platforms and not only on Plasma to ensure the config are stored in the same place as the rest of the application.

The default KMessageBox QSettings storage backend should only be used when KConfig is not available.

Requires kwidgetsaddons!247

Edited by Carl Schwan

Merge request reports