summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-08-15 09:22:36 +0200
committerKai Köhne <kai.koehne@qt.io>2022-08-15 18:23:43 +0200
commit47fded488ec15078409af8a828e7223bf2e428f0 (patch)
tree026b355add58f1bd4d00838402d15dd3ee498428 /src/corelib
parentdea9ed7e4c688ce073deb4b15cc64587598a32df (diff)
Doc: Remove mentioning of outdated QDataStream version
The exact version doesn't add much information, and will most likely go stale again; so just remove the mentioning. Change-Id: Ifd87f7cf655a610aa45e341cf5a3491ae7d91171 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/datastreamformat.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/datastreamformat.qdoc b/src/corelib/doc/src/datastreamformat.qdoc
index c3e57a9adf..ae8e155bea 100644
--- a/src/corelib/doc/src/datastreamformat.qdoc
+++ b/src/corelib/doc/src/datastreamformat.qdoc
@@ -7,7 +7,7 @@
\brief List of data types that can be serialized by QDataStream.
The \l QDataStream class allows you to serialize the Qt data types
- listed in this section as of \l{QDataStream::setVersion()}{version 18}.
+ listed in this section.
It is always best to cast integers to a Qt integer type, such as
\l{qint16} or \l{quint32}, when reading and writing. This ensures that