Skip to content

Remove change signal emission for widgets managed by KConfigDialogManager

KConfigDialogManager does that automatically for us, and more precisely as changes back to the previous value are detected.

Also, use the KConfigDialogManager handling built into KCModule already rather than doing this ourselves. That is already prepared for supporting multiple instances for different config files, exactly what we need here for dealing with the settings from messagelib.

Merge request reports