qt5base-lts/tests/auto/corelib/serialization
Thiago Macieira 2bb44414ff QCborArray & Map: implement efficient take() / extract()
Questions:
 1) should QCborMap::extract return value_type (a pair) instead of just
    the value?
 2) should the both return the iterator to the next element too, like
    erase()?

Change-Id: I052407b777ec43f78378fffd15302a9c14468db3
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-07-04 03:04:21 +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 QCborArray & Map: implement efficient take() / extract() 2018-07-04 03:04:21 +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