compile without foreach
Details
Details
- Reviewers
dfaure - Commits
- R237:38b51667b5ba: [Kconfig] Compile without foreach
Unittest Ok as previously
Diff Detail
Diff Detail
- Repository
- R237 KConfig
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Did you check that unittests still pass? (please mention this in the "Test Plan:" field of the commit when using arc diff)
src/core/ksharedconfig.cpp | ||
---|---|---|
93 | This looks like a poor man's qAsConst. for (auto cfg : qAsConst(*list)) { ? |