qt5base-lts/tests/auto/corelib/serialization
Thiago Macieira 340472534c QCborValue: refactor extended types so isTag() is true
This makes QCborValue more future compatible, as code written today for
tags that QCborValue does not recognize will continue to work if
QCborValue gains support for it in the future.

This change also obviates the need for reinterpretAsTag(), which I had
not written unit tests for as I knew this change was coming.

Change-Id: I052407b777ec43f78378fffd15302bdc34f66755
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-07-05 14:56:12 +00:00
..
json QJsonDocument: Avoid overflow of string lengths 2018-05-14 10:52:47 +00:00
qcborstreamreader QCborStreamReader: use QByteArray directly if possible 2018-06-06 17:48:00 +00:00
qcborstreamwriter Long live QCborStreamWriter! 2018-05-27 22:41:41 +00:00
qcborvalue QCborValue: refactor extended types so isTag() is true 2018-07-05 14:56:12 +00:00
qcborvalue_json CBOR: Complete the conversions between CBOR, JSON and Qt meta types 2018-07-04 03:04:17 +00:00
qdatastream Add a QPalette color role for placeholder texts 2018-05-04 08:53:06 +00:00
qtextstream Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
qxmlstream Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
serialization.pro QCborValue: add support for QVariant and JSON conversions 2018-06-08 07:46:41 +00:00