summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-07 11:23:01 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-07 11:23:01 (GMT)
commit45af493eeeb408f756cc7d76088cbc3e35f5f54b (patch)
tree1a308f88a98d990f9ccda5019dc7ccbd64970a5c /src/corelib
parent2f8e66b326c3d6748d530ab5abbf4fe5a91a6a3f (diff)
downloadQt-45af493eeeb408f756cc7d76088cbc3e35f5f54b.zip
Qt-45af493eeeb408f756cc7d76088cbc3e35f5f54b.tar.gz
Qt-45af493eeeb408f756cc7d76088cbc3e35f5f54b.tar.bz2
doc: Added enum values to table for Qt 4.5 and 4.6.
Task-number: QTBUG-7156
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/io/qdatastream.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/corelib/io/qdatastream.cpp b/src/corelib/io/qdatastream.cpp
index b10d603..1028816 100644
--- a/src/corelib/io/qdatastream.cpp
+++ b/src/corelib/io/qdatastream.cpp
@@ -592,15 +592,17 @@ void QDataStream::setByteOrder(ByteOrder bo)
recommend that you do; see \l{Versioning} in the Detailed
Description.
- In order to accommodate new functionality, the datastream
- serialization format of some Qt classes has changed in some
- versions of Qt. If you want to read data that was created by an
- earlier version of Qt, or write data that can be read by a
- program that was compiled with an earlier version of Qt, use this
- function to modify the serialization format used by QDataStream.
+ To accommodate new functionality, the datastream serialization
+ format of some Qt classes has changed in some versions of Qt. If
+ you want to read data that was created by an earlier version of
+ Qt, or write data that can be read by a program that was compiled
+ with an earlier version of Qt, use this function to modify the
+ serialization format used by QDataStream.
\table
\header \i Qt Version \i QDataStream Version
+ \row \i Qt 4.6 \i 12
+ \row \i Qt 4.5 \i 11
\row \i Qt 4.4 \i 10
\row \i Qt 4.3 \i 9
\row \i Qt 4.2 \i 8