----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126894/ -----------------------------------------------------------
(Updated March 4, 2017, 12:05 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks and David Faure. Changes ------- Submitted with commit fb4ad46b0dbacba5a9f184049643f6b29a3dd9e8 by David Faure on behalf of Milian Wolff to branch master. Repository: kio Description ------- With this change it is now possible to list multiple paths as defined via the command line. While at it, I refactored the code to clean it up: - rely on QEventLoopLocker to quit the application once all jobs have finished - use a lambda to count the listed entries - don't append to a KIO::UDSEntryList to cound the listed entries Diffs ----- tests/listjobtest.cpp 702b09950734894a9f82746d58071225419b4e3f Diff: https://git.reviewboard.kde.org/r/126894/diff/ Testing ------- Thanks, Milian Wolff