summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-10-29 17:31:13 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-10-29 18:27:21 +0100
commitf604fe6d1d91b32cb73cb3b5dda0a7e07472b03f (patch)
treeb835b2117fd156126f0d1a181fcc852ab8e1b9a2 /examples/corelib
parent13e978e82754020bfd31cf0c8784d8b51621b96f (diff)
Doc: Fix link issues for QtCore
- Fix linking to CMake manual. - Remove references to the state machine framework. Task-number: QTBUG-86295 Change-Id: I01a61088da8eb36760949f39be5e71d92de956f2 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/serialization/savegame/doc/src/savegame.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
index 7f138ff110..84807e57dc 100644
--- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
+++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
@@ -136,9 +136,8 @@
and \c "save.dat" for CBOR. We print a warning and return \c false if the
file couldn't be opened.
- Since QJsonDocument's \l{QJsonDocument::fromJson()}{fromJson()} and
- \l{QJsonDocument::fromBinaryData()}{fromBinaryData()} functions both take a
- QByteArray, we can read the entire contents of the save file into one,
+ Since \l QJsonDocument::fromJson() and \l QCborValue::fromCbor() both take
+ a QByteArray, we can read the entire contents of the save file into one,
regardless of the save format.
After constructing the QJsonDocument, we instruct the Game object to read