----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111238/ -----------------------------------------------------------
(Updated June 26, 2013, 4:44 a.m.) Review request for kdelibs and David Faure. Changes ------- Uploaded patch. Description ------- The attached patch removes <iterator>.end() from for and while loops in kdirlister.cpp. I made the change only when it can be done safely. The for loops that had the .end() calls in them were replaced with a Q_FOREACH statement. Diffs (updated) ----- kio/kio/kdirlister.cpp d66c324 Diff: http://git.reviewboard.kde.org/r/111238/diff/ Testing ------- Run the unit test. Thanks, Dawit Alemayehu
