Port away from Qt's foreach all loops over rvalue container objects
ClosedPublic

Authored by kossebau on Sep 9 2019, 11:41 PM.

Details

Summary

The other simple part of foreach porting, as those containers objects
are not shared with anyone, so the removal of the container copying has
no risks.

GIT_SILENT

Diff Detail

Repository
R263 KXmlGui
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Sep 9 2019, 11:41 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 9 2019, 11:41 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
kossebau requested review of this revision.Sep 9 2019, 11:41 PM
kossebau updated this revision to Diff 65714.Sep 10 2019, 12:35 AM

add some more of this category

dfaure accepted this revision.Sep 10 2019, 8:18 AM

Thanks!

This revision is now accepted and ready to land.Sep 10 2019, 8:18 AM
This revision was automatically updated to reflect the committed changes.