Skip to content

Remove usage of QMutableListIterator

Marcus Tillmanns requested to merge mtillmanns/karchive:java-iterators into master

Certain Qt's might be built without the JAVA style iterators. Replacing its usage with C++ iterators / for-range loops.

Merge request reports

Loading