summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-09-01 16:40:26 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-10-30 18:19:57 +0200
commita9c47dde501d0e178a254920bd487dca956895be (patch)
tree51d3dcde7660aac87ec21bfca9803965c29c36a0 /src/corelib/doc/src
parent33b714c64ab91b37aec4a9e9f7293843e72cc56d (diff)
Rename Convert Example to Serialization Converter
The old name didn't say what sort of thing it was converting; and our guidelines for examples discourage using the word Example in the title. Also reword the description of the tool in the command-line parser and an assertion. Pick-to: 6.6 6.5 Task-number: QTBUG-111228 Change-Id: I6f52f5227362b4b807c8aabfd2103287af42bca0 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/cbor.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/cbor.qdoc b/src/corelib/doc/src/cbor.qdoc
index 1357d2ac11..30d7ddaf60 100644
--- a/src/corelib/doc/src/cbor.qdoc
+++ b/src/corelib/doc/src/cbor.qdoc
@@ -36,7 +36,7 @@
In addition, CBOR can add a "tag" to extend the meaning of the type. The
container types can contain basic types, string-like types and containers.
- \sa {Parsing and displaying CBOR data}, {Convert Example}, {Saving and Loading a Game}
+ \sa {Parsing and displaying CBOR data}, {Serialization Converter}, {Saving and Loading a Game}
\section1 The CBOR Classes