diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-02-22 11:32:58 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-02-22 11:32:58 (GMT) |
commit | 0406b2665167d85b3cf348b615a049fb757afa62 (patch) | |
tree | 272847f0ea5a610bb745691bed38362700afd3a0 | |
parent | 14866f7fd79f39c2f20f5e0149fe6e11d7121d70 (diff) | |
download | Qt-0406b2665167d85b3cf348b615a049fb757afa62.zip Qt-0406b2665167d85b3cf348b615a049fb757afa62.tar.gz Qt-0406b2665167d85b3cf348b615a049fb757afa62.tar.bz2 |
amend the doc, as suggested by rittk
Task-number: QTBUG-8070
-rw-r--r-- | src/corelib/io/qdatastream.cpp | 5 |
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. |