summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-09-01 16:34:44 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-10-20 11:19:48 +0200
commit32500a76a0682744103eca8498ee6d358b7a3cdd (patch)
treebf2dda165c35d41f2360fe96c534646345192b72 /examples/corelib/serialization
parent0ec1024ff8ccce76eca32d9f42c9d59a4e483c88 (diff)
Rename the JSON Save Game Example to Saving a Game to File
Partly because it also saves to CBOR, but also because our guidelines say to avoid using "Example" in the title. Pick-to: 6.6 6.5 Task-number: QTBUG-111228 Change-Id: Id858475a6b0474228cfe8044e188cc763f56e3a8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'examples/corelib/serialization')
-rw-r--r--examples/corelib/serialization/savegame/doc/src/savegame.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
index 14d99ccace..46fca15b62 100644
--- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
+++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
@@ -4,7 +4,7 @@
/*!
\example serialization/savegame
\examplecategory {Data Processing & I/O}
- \title JSON Save Game Example
+ \title Saving and Loading a Game
\brief How to save and load a game using Qt's JSON or CBOR classes.