Skip to content

Introduce method to query KConfigSkeletonItem default value

David Edmundson requested to merge work/expose_default into master

5.64 added an isDefault method however this doesn't suffice for usage in KConfigDialogManager which compares a current value to the default. KConfigDialogManager currently uses a hack with side effects.

Exposing the value directly solves that.

Merge request reports