qt5base-lts/examples/corelib/serialization/convert
Edward Welbourne ccd59b2d4f Check input and output converters do support the relevant directions
It was previously possible to select an input-only converter for
output or an output-only converter for input. Also add a comment to
explain why failure to probe for the auto output converter isn't an
error, where failure to probe for the auto input converter is.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I17dfbbee7d8b5a9629e66d0e1a6a4014b01a7262
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
2023-09-15 21:53:36 +02:00
..
doc Replace the image to illustrate the Serialization Converter 2023-09-15 21:53:36 +02:00
cborconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
cborconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
CMakeLists.txt Separate streaming dumper and converter in the convert example 2023-09-08 18:17:37 +02:00
convert.pro Separate streaming dumper and converter in the convert example 2023-09-08 18:17:37 +02:00
converter.h Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
datastreamconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
datastreamconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
debugtextdumper.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
debugtextdumper.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
jsonconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
jsonconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
main.cpp Check input and output converters do support the relevant directions 2023-09-15 21:53:36 +02:00
nullconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
nullconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
textconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
textconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
xmlconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
xmlconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00