summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/serialization/savegame/doc/src/savegame.qdoc')
-rw-r--r--examples/corelib/serialization/savegame/doc/src/savegame.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
index 37a461d7bd..46fca15b62 100644
--- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
+++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
@@ -3,11 +3,10 @@
/*!
\example serialization/savegame
- \examplecategory {Input/Output}
- \title JSON Save Game Example
+ \examplecategory {Data Processing & I/O}
+ \title Saving and Loading a Game
- \brief The JSON Save Game example demonstrates how to save and load a
- small game using QJsonDocument, QJsonObject and QJsonArray.
+ \brief How to save and load a game using Qt's JSON or CBOR classes.
Many games provide save functionality, so that the player's progress through
the game can be saved and loaded at a later time. The process of saving a