- Replace one last foreach with range-for, and set -DQT_NO_FOREACH
- More const and static where appropriate
- If a capture group is not used with QRegularExpression, better make it a clustering/non-capturing group, less book keeping on PCRE side
Details
Details
- Reviewers
cfeck dfaure - Group Reviewers
Frameworks - Commits
- R236:6a9e93c698b8: [KCharSelect] Minor code optimisation
make && ctest and a quick search in kcharselecttest still works.
Diff Detail
Diff Detail
- Repository
- R236 KWidgetsAddons
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.