qt5base-lts/examples/corelib/serialization
Edward Welbourne 4e20b852bb Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)
The serialization conversion example used raw C's way to abort on
error; change to using Qt's way of doing the same. Likewise, convert
the various other uses of fprintf(stderr, ...) to qWarning() and of
printf(...) to qInfo().

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: Ia8821d3c20f58f71c106028ec422ad473c11e164
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-10-30 12:43:14 +02:00
..
cbordump corelib/serialization examples: clang-tidy and coding style clean-up 2023-09-08 18:17:37 +02:00
convert Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...) 2023-10-30 12:43:14 +02:00
savegame Rename the JSON Save Game Example to Saving a Game to File 2023-10-20 11:19:48 +02:00
streambookmarks corelib/serialization examples: clang-tidy and coding style clean-up 2023-09-08 18:17:37 +02:00
CMakeLists.txt Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
serialization.pro Move RSS listing example to networking 2023-06-14 11:57:31 +02:00