From f435aeb9048e9f83f343c961925bcde31d58b972 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 1 Sep 2023 16:57:01 +0200 Subject: [PATCH] Make \brief of Saving a Game to File actually brief Specifically, prune it to fit on a single line. Much of what it was saying was implicit in its context already. It also neglected to mention CBOR's part in the story. Pick-to: 6.5 Task-number: QTBUG-111228 Change-Id: I161a345cbbea8b706490fcbbadecd01b8946af31 Reviewed-by: Konrad Kujawa Reviewed-by: Paul Wicking (cherry picked from commit e67f030600886a5630e22fa912e22087a7d63c56) Reviewed-by: Qt Cherry-pick Bot --- examples/corelib/serialization/savegame/doc/src/savegame.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc index c3fc9157490..14d99ccaced 100644 --- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc +++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc @@ -6,8 +6,7 @@ \examplecategory {Data Processing & I/O} \title JSON Save Game Example - \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