qt5base-lts/examples/corelib/serialization/convert
Edward Welbourne b80be2a684 Make Converter::saveFile() consistently error on unexpected options
Have the text dumper do the same as all the others, instead of
ignoring unknown options.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I3c1dcbeda19e679be562110e44c5f566dfcc79ce
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-10-30 12:43:14 +02:00
..
doc Replace the image to illustrate the Serialization Converter 2023-09-15 21:53:36 +02:00
cborconverter.cpp Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
cborconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
CMakeLists.txt Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
convert.pro Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
converter.h Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
datastreamconverter.cpp Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
datastreamconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
debugtextdumper.cpp Make Converter::saveFile() consistently error on unexpected options 2023-10-30 12:43:14 +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 Deduplicate code in setup of serialization converters 2023-09-28 15:33:04 +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
variantorderedmap.h Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
xmlconverter.cpp Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
xmlconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00