Skip to content

When saving config, only sync a KConfig object once

Ahmad Samir requested to merge work/ahmad/config into master

KConfigGroup::sync() calls the parent KConfig object's sync(), so running the latter once at the end should be enough, AFAICS.

Merge request reports