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

KStandardAction: return name as QString, store as QString-compat raw data

Most API consumers of KStandardAction::name(id) use the returned value
with QString type needing code, and thus convert it to a QString, with
all the overhead.

Storing the data QString-compatible and directly returning a QString
instance spares the extra code needed to convert as well as the runtime
paper cut costs.
parent 73314af3
Pipeline #506980 passed with stage
in 2 minutes and 10 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