qt5base-lts/tests/auto/corelib/serialization/qdatastream
Lars Knoll 4681f1fc2c Separate streaming of QHash and QMultiHash/QMap and QMultiMap
Those classes will not have relations anymore in Qt6, so they need
separate streaming operators. Writing of multi maps/hashes requires some
additional care so that restoring keeps the order of how iteme have been
inserted.

Change-Id: If41d0c5c24962764a2cb81bd2de9e2fadf1a2b63
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-02-03 17:43:30 +01:00
..
.gitignore Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
datastream.q42 Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
qdatastream.pro Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of it 2019-07-12 14:26:30 +02:00
testdata.qrc Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
tst_qdatastream.cpp Separate streaming of QHash and QMultiHash/QMap and QMultiMap 2020-02-03 17:43:30 +01:00