summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-22 11:32:58 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-22 11:32:58 (GMT)
commit0406b2665167d85b3cf348b615a049fb757afa62 (patch)
tree272847f0ea5a610bb745691bed38362700afd3a0 /src/corelib/io
parent14866f7fd79f39c2f20f5e0149fe6e11d7121d70 (diff)
downloadQt-0406b2665167d85b3cf348b615a049fb757afa62.zip
Qt-0406b2665167d85b3cf348b615a049fb757afa62.tar.gz
Qt-0406b2665167d85b3cf348b615a049fb757afa62.tar.bz2
amend the doc, as suggested by rittk
Task-number: QTBUG-8070
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qdatastream.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/io/qdatastream.cpp b/src/corelib/io/qdatastream.cpp
index f27ecc1..0b98e1e 100644
--- a/src/corelib/io/qdatastream.cpp
+++ b/src/corelib/io/qdatastream.cpp
@@ -158,10 +158,9 @@ QT_BEGIN_NAMESPACE
\section1 Reading and writing Qt collection classes
- The Qt collection classes can also be serialized to a QDataStream.
+ The Qt container classes can also be serialized to a QDataStream.
These include QList, QLinkedList, QVector, QSet, QHash, and QMap.
- These classes have have stream operators declared as non-member of
- the class.
+ The stream operators are declared as non-members of the classes.
\target Serializing Qt Classes
\section1 Reading and writing other Qt classes.