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