9c5a77f0ef
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>
9 lines
198 B
Prolog
9 lines
198 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_collections
|
|
SOURCES += tst_collections.cpp
|
|
QT = core testlib
|
|
CONFIG += parallel_test
|
|
|
|
# This test does not work with strict iterators
|
|
DEFINES -= QT_STRICT_ITERATORS
|