From 47fded488ec15078409af8a828e7223bf2e428f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 15 Aug 2022 09:22:36 +0200 Subject: [PATCH] Doc: Remove mentioning of outdated QDataStream version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/corelib/doc/src/datastreamformat.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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