qt6-bb10/tests/auto/corelib/serialization/qcborvalue
Edward Welbourne 779a73762d Fully support operator[] on QCborValue and QCborValueRef
Added operator[] to QCborValueRef and mutating operator[] both there
and in QCborValue.  If the value (referenced) is not a container, it
is replaced with a map and a reference into the result is returned.
If the value is an array and the key is a string, negative, or more
than 0xffff, the array is first converted to a map.

Change-Id: Ibbc9e480fb25eb3d05547c8a1b99e762b2a68b68
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-11-01 15:02:46 +00:00
..
qcborvalue.pro Long live DOM API for CBOR! 2018-06-08 07:46:29 +00:00
tst_qcborvalue.cpp Fully support operator[] on QCborValue and QCborValueRef 2018-11-01 15:02:46 +00:00