Port away from Qt's foreach all loops over method-local containers
ClosedPublic

Authored by kossebau on Sep 2 2019, 9:38 AM.

Details

Summary

The 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
Branch
plainporttorangeloop
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 15991
Build 16009: arc lint + arc unit
kossebau created this revision.Sep 2 2019, 9:38 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 2 2019, 9:38 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
kossebau requested review of this revision.Sep 2 2019, 9:38 AM
kossebau edited the summary of this revision. (Show Details)Sep 2 2019, 1:03 PM
dfaure accepted this revision.Sep 9 2019, 10:07 PM
This revision is now accepted and ready to land.Sep 9 2019, 10:07 PM
This revision was automatically updated to reflect the committed changes.