qt5base-lts/tests/auto/corelib/tools/qarraydata
Thiago Macieira 5a447502b5 Fix the QVector build with C++11 initialiser lists
Initialiser lists were not tested before in the QVector rewrite, so
the older malloc call was left behind.

Also, std::initializer_list has const iterators returning const data
and broke the build in a few places where const qualifiers were
missing.

Change-Id: I3c04e58361989aa7438621cda63c7df457d7dad8
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
2012-06-01 12:27:37 +02:00
..
qarraydata.pro SimpleVector as a test case for QArrayData 2011-12-07 02:01:42 +01:00
simplevector.h Fix the QVector build with C++11 initialiser lists 2012-06-01 12:27:37 +02:00
tst_qarraydata.cpp Introduce QArrayDataOps::truncate 2012-04-02 16:34:21 +02:00