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

2019-09-09 Thread Friedrich W. H. Kossebau
This revision was automatically updated to reflect the committed changes. Closed by commit R263:867351258d1f: Port away from Qt's foreach all loops over method-local containers (authored by kossebau). REPOSITORY R263 KXmlGui CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23664?vs=652

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

2019-09-09 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R263 KXmlGui BRANCH plainporttorangeloop REVISION DETAIL https://phabricator.kde.org/D23664 To: kossebau, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

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

2019-09-09 Thread Friedrich W. H. Kossebau
kossebau added a comment. Ping :) REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D23664 To: kossebau, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

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

2019-09-02 Thread Friedrich W. H. Kossebau
kossebau edited the summary of this revision. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D23664 To: kossebau, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

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

2019-09-02 Thread Friedrich W. H. Kossebau
kossebau created this revision. kossebau added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. kossebau requested review of this revision. REVISION SUMMARY The simple porting, as those containers are not shared with anyone, so the remova