D19494: [kconfigwidgets] make it compile without foreach

2019-03-03 Thread Laurent Montel
This revision was automatically updated to reflect the committed changes. Closed by commit R265:386ea3a786f5: [kconfigwidgets] make it compile without foreach (authored by mlaurent). REPOSITORY R265 KConfigWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19494?vs=53071&id=53081

D19494: [kconfigwidgets] make it compile without foreach

2019-03-03 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Remember to check that the loop doesn't modify the variable that it's iterating over, btw. Seems fine here. REPOSITORY R265 KConfigWidgets BRANCH compile_without_foreach (branched

D19494: [kconfigwidgets] make it compile without foreach

2019-03-03 Thread Laurent Montel
mlaurent created this revision. mlaurent added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. mlaurent requested review of this revision. REVISION SUMMARY compile without foreach TEST PLAN autotest ok REPOSITORY R265 KConfigWidgets