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

Authored by kossebau on Sep 3 2019, 8:52 AM.

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.

Diff Detail

Repository
R39 KTextEditor
Branch
moreplainforeachport
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 16035
Build 16053: arc lint + arc unit
kossebau created this revision.Sep 3 2019, 8:52 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptSep 3 2019, 8:52 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
kossebau requested review of this revision.Sep 3 2019, 8:52 AM
dhaumann accepted this revision.Sep 3 2019, 11:40 AM
dhaumann added a subscriber: dhaumann.

Lgtm

This revision is now accepted and ready to land.Sep 3 2019, 11:40 AM
This revision was automatically updated to reflect the committed changes.