Skip to content

Make it clear that KStandardAction::name gives you ascii

Albert Astals Cid requested to merge work/aacid/action_name_is_ascii into master

Since ECM > 5.85.0 doesn't let you do char * to QString anymore, this reasuers people they can use QString::fromLatin1 in whatever this function returns to then pass it into other things that uses QString to search for action names

Merge request reports