qt5base-lts/tests/auto/other/collections
Thiago Macieira 9c5a77f0ef Make QVector compile with QT_STRICT_ITERATORS again
Move the iterator classes into QArrayTypedData and add constBegin()
and constEnd() to that class.

I also had to add an operator T*() to the strict iterators, since
there are many places that expect the iterator to behave like a
pointer (including in QVector itself).

Change-Id: Icc5ed56ad47b013664a48eef9d31b5273aecb4e3
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
2012-06-01 12:27:32 +02:00
..
.gitignore Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
collections.pro Make QVector compile with QT_STRICT_ITERATORS again 2012-06-01 12:27:32 +02:00
tst_collections.cpp Implement the move constructor for containers. 2012-05-11 01:42:02 +02:00