Skip to content

Also pass locationType to KConfigSkeleton when construction from group

Arjen Hiemstra requested to merge work/ahiemstra/configloader_location into master

locationType is used to determine where the config file should be saved. If it is not passed on to the KConfigSkeleton constructor, the default (GenericConfigLocation) will be used and any value the application had set will be ignored.

Merge request reports