summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/convert/textconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate overrides of Converter methods in exampleEdward Welbourne2023-11-011-10/+0
* Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)Edward Welbourne2023-10-301-3/+2
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-081-1/+1
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-081-1/+1
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-081-7/+8
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-081-1/+2
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-081-2/+4
* Exploit C++17 init-statements in if to simplify a loopEdward Welbourne2023-09-051-12/+5
* Core serialization examples: spacing-only clang-format changesEdward Welbourne2023-09-051-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-49/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-041-0/+160