summaryrefslogtreecommitdiff
path: root/src/xml/doc/src/qtxml-index.qdoc
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-03-09 17:01:59 +0100
committerØystein Heskestad <oystein.heskestad@qt.io>2023-03-31 13:26:42 +0200
commit29317b426b9ec84f4ba66e6c032f71c2a2bae091 (patch)
tree40164eb76d8fa5f7c7c128631582ca5c85cf5df7 /src/xml/doc/src/qtxml-index.qdoc
parenta815c40e736d0914b898a896f3dcee454804a7a2 (diff)
downloadqtbase-29317b426b9ec84f4ba66e6c032f71c2a2bae091.tar.gz
Move streambookmarks example into corelibe/serialization
The stream-based XML serialization API resides in corelib/serialization. Move the steambookmarks example there. The Qt XML documentation is updated to no longer refer to this example code directly and refer to the direct location in the example documentation instead. Task-number: QTBUG-110647 Pick-to: 6.5 Change-Id: Id36fb04a6acb7b8d1eb008f61568fe0abc221e3d Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/xml/doc/src/qtxml-index.qdoc')
-rw-r--r--src/xml/doc/src/qtxml-index.qdoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xml/doc/src/qtxml-index.qdoc b/src/xml/doc/src/qtxml-index.qdoc
index d6a7defb20..7ad55350a5 100644
--- a/src/xml/doc/src/qtxml-index.qdoc
+++ b/src/xml/doc/src/qtxml-index.qdoc
@@ -4,11 +4,9 @@
/*!
\page qtxml-index.html
\title Qt XML
- \brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.
+ \brief The Qt XML module provides a C++ implementation of the DOM standard for XML.
-
- The Qt XML module provides implementations of the SAX and DOM standards for
- XML.
+ The Qt XML module provides an implementation of the DOM standard for XML.
\note Qt XML will no longer receive additional features. For reading or
writing XML documents iteratively (SAX), use the QXmlStreamReader and