Skip to content

fix: KRecentFilesAction saveEntries and loadEntries use the correct group when no group is passed

George Florea Bănuș requested to merge (removed):fix-documentation into master

When passing an empty config group to the above methods the root group ended up being used since KConfigGroup::name() is never empty

https://invent.kde.org/frameworks/kconfig/-/blob/e40531e29e2ff52d67156aa8ae7691488ca1c29b/src/core/kconfiggroup.cpp#L98

Edited by George Florea Bănuș

Merge request reports