qt5base-lts/examples/corelib/serialization/convert
Sona Kurazyan 89c4bb5f24 Deprecate QJsonDocument methods for converting to/from JSON binary
Also remove the example code for deprecated methods and use CBOR instead
where it makes sense.

Task-number: QTBUG-81068
Change-Id: Iffb7a4b3d7b16a1e485fc05b3ab2e2468e9e0718
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2020-01-09 13:52:25 +01:00
..
cborconverter.cpp Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
cborconverter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
convert.pro Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
converter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
datastreamconverter.cpp Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
datastreamconverter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
jsonconverter.cpp Deprecate QJsonDocument methods for converting to/from JSON binary 2020-01-09 13:52:25 +01:00
jsonconverter.h Deprecate QJsonDocument methods for converting to/from JSON binary 2020-01-09 13:52:25 +01:00
main.cpp Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
nullconverter.cpp Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
nullconverter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
textconverter.cpp Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
textconverter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00
xmlconverter.cpp Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
xmlconverter.h Examples: add an example that converts between different file formats 2018-07-04 03:03:47 +00:00