qt6-bb10/tests/auto/corelib/serialization/qcborvalue
Thiago Macieira 1f592da7f1 QCborValue: fix replacing of elements with byte data with ones without
We forgot to reset the flags when replacing the element, so we ended up
with an integer with HasByteData after:

    testMap[0] = QStringLiteral("value");
    testMap[0] = 42;

Fixes: QTBUG-80342
Change-Id: Ia2aa807ffa8a4c798425fffd15dabfa066ea84b0
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2019-12-05 07:59:07 -08:00
..
qcborvalue.pro
tst_qcborvalue.cpp QCborValue: fix replacing of elements with byte data with ones without 2019-12-05 07:59:07 -08:00