qt6-bb10/tests/auto/corelib/tools/qarraydata
Thiago Macieira add048bc4e Start moving QArrayData's size and data pointer to the main class
This requires that the allocation functions return two pointers: the d
pointer and the pointer to the actual data.

Ported QArrayDataPointer & SimpleVector to the inlined size & data.

For now, the size and offset members are not yet removed from
QArrayData, to let QVector, QByteArray and QString compile unmodified.

Change-Id: I8489300976723d75b8fd5831427b1e2bba486196
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-08 10:29:42 +01:00
..
qarraydata.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
simplevector.h Start moving QArrayData's size and data pointer to the main class 2019-12-08 10:29:42 +01:00
tst_qarraydata.cpp Start moving QArrayData's size and data pointer to the main class 2019-12-08 10:29:42 +01:00