Skip to content
Commit 70cdd538 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

KConfigGroup: use QString as official group name data type

Lots of querying methods return the group name as QString type,
e.g. QStringList KCnfig*::groupList() or KConfigGroup::name().
And KConfigSkeleton* classes are using only the QString type for
group names.

Though the memory storage of KConfig is using QByteArray to store the
group name. Which results for many API calls in lots of runtime encoding
conversions including memalloc.

Standardizing on QString as official group name data type and using it
also in the memory storage model avoids those runtime conversions.
parent af65ece1
Pipeline #516748 passed with stage
in 2 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment