qt5base-lts/examples/corelib/serialization
Edward Welbourne d57a78657e Break out the list of available converters to a static method
Mostly to pave the way for moving the class code to a file of its own,
but this incidentally saves the need to std::as_const() every use.
Moving the underlying object to a local static of a private method
also saves the need for heap allocation (which was leaked).

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I30f4bf3c46d39e04d0ac4e3e9ba431945ebb9193
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2023-11-01 21:28:55 +01:00
..
cbordump corelib/serialization examples: clang-tidy and coding style clean-up 2023-09-08 18:17:37 +02:00
convert Break out the list of available converters to a static method 2023-11-01 21:28:55 +01: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