Fix build: iterator and const_iterator are not (always) the same type
Compatibility of iterator and const_iterator in standard C++ and apparently in Qt has changed over time - I am not sure why they are incompatible here, but anyway, not relying on conversion works.
Please register or sign in to comment