summaryrefslogtreecommitdiffstats
path: root/doc/src/network/files-and-resources/datastreamformat.qdoc
diff options
context:
space:
mode:
authorSteven Ceuppens <steven.ceuppens@cense.be>2011-10-25 12:19:19 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-27 13:32:01 +0200
commitfca432c1c09081e1e5823d0dad6290e1519823b0 (patch)
tree6631209dc4583fa23102da030f497c7121f9dcab /doc/src/network/files-and-resources/datastreamformat.qdoc
parentddce31c12fa34350881df76d1516cd0af30037a8 (diff)
Add QDataStream operators to QMargins, so it can be streamed
* QDataStream format documented * Added Unit test for QDataStream operators * Updated Unit test Change-Id: Idbcfcb0b927e6369e8d31b57693c7aa0d1a154e7 Reviewed-by: Olivier Goffart <ogoffart@kde.org>
Diffstat (limited to 'doc/src/network/files-and-resources/datastreamformat.qdoc')
-rw-r--r--doc/src/network/files-and-resources/datastreamformat.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/network/files-and-resources/datastreamformat.qdoc b/doc/src/network/files-and-resources/datastreamformat.qdoc
index 6fe888b52e..69f49d892f 100644
--- a/doc/src/network/files-and-resources/datastreamformat.qdoc
+++ b/doc/src/network/files-and-resources/datastreamformat.qdoc
@@ -196,6 +196,13 @@
\o The number of items (quint32)
\o For all items, the key (Key) and value (T)
\endlist
+ \row \o QMargins
+ \o \list
+ \o left (int)
+ \o top (int)
+ \o right (int)
+ \o bottom (int)
+ \endlist
\row \o QMatrix
\o \list
\o m11 (double)