Skip to content
Commit cb342ec3 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix all invalid accesses in stl-like iterators

We must not keep 'end' iterator throughout the loop if the object
is changed in the meantime. According to Qt's docs all the iterators
become 'undefined' after every non-const function call over the
iterated object.

CC:kimageshop@kde.org
parent 44c827d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment