From e8f7b2f1510ccceaca743f47de6d6705c6151a05 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 1 Mar 2023 19:01:10 +0100 Subject: [PATCH] Doc: fix link to XML Streaming page Change-Id: Ibc8e869e140e25d7f90bd8ff922918afb3935e42 Reviewed-by: Axel Spoerl (cherry picked from commit c9dc3d7427919bc9496c1d222a29cd96955ea597) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/qtserialization.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/src/qtserialization.qdoc b/src/corelib/doc/src/qtserialization.qdoc index dfceed55f2d..528a4aa8270 100644 --- a/src/corelib/doc/src/qtserialization.qdoc +++ b/src/corelib/doc/src/qtserialization.qdoc @@ -22,7 +22,7 @@ and save JSON data. \l {CBOR} {CBOR Support in Qt} is a compact form of binary data encoding that is a superset of JSON. \li \l QDataStream provides serialization of binary data to a QIODevice - \li \l {Qt XML C++ Classes} provide C++ implementations of the \l XML Streaming + \li \l {Qt XML C++ Classes} provide C++ implementations of the \l {XML Streaming} and DOM standards for XML \li \l CBOR is Qt's implementation for the CBOR serialization format. \li \l QSettings provides a way of serializing and storing platform independent