Always add English keywords even when the system is using another language
- FEATURE: Always add English keywords to the list of keywords.
- Add
doesRemoveDuplicates
bool parameter toMenuItem::keywords
, soremoveDuplicates()
will not be done in the subitems to improve the performance. - Port away from deprecated
KPluginMetaData::readTranslatedString
toKJsonUtils::readTranslatedString
. - Port away from foreach in
MenuItem::keywords
. - Add const keyword to
MenuItem::keywords
.
FEATURE: 446285 FIXED-IN: 5.24