summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/convert/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework documentation of the serialization converter exampleEdward Welbourne2023-11-011-0/+6
* Move Converter class, in eponymous example, to a file of its ownEdward Welbourne2023-11-011-21/+0
* Break out the list of available converters to a static methodEdward Welbourne2023-11-011-10/+17
* Rename Convert Example to Serialization ConverterEdward Welbourne2023-10-301-3/+3
* Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)Edward Welbourne2023-10-301-12/+10
* Deduplicate code in setup of serialization convertersEdward Welbourne2023-09-281-82/+49
* Check input and output converters do support the relevant directionsEdward Welbourne2023-09-151-4/+7
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-081-4/+6
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-081-4/+4
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-081-10/+10
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-081-3/+5
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-081-23/+27
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-49/+2
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-2/+2
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-041-0/+234