Skip to content
Snippets Groups Projects
Commit 46fc33d9 authored by Kai Koehne's avatar Kai Koehne
Browse files

Don't mix iterator and const_iterator


This avoids unnecessary detaches of the Qt container data.
The mismatches where detected by defining QT_STRICT_ITERATORS;
however, this define violates the ODR (causing linker errors),
and therefore is not added permanently.

Change-Id: Idd336a9c8b394214a820437ef1b92d2101f6101c
GPush-Base: 62b0848b
Reviewed-by: default avatarDaniel Teske <daniel.teske@theqtcompany.com>
parent 87e01423
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment