Skip to content

Make KConfigGroup::keyList a bit more straight-forward

Aleix Pol Gonzalez requested to merge work/faster-kconfiggroup-keylist into master

Instead of creating a container that extracts all the keys+values and then discarding the values, call the method that only extracts the keys.

Found this while looking at some plasma code that makes exhaustive use of this method.

Merge request reports