From fca432c1c09081e1e5823d0dad6290e1519823b0 Mon Sep 17 00:00:00 2001 From: Steven Ceuppens Date: Tue, 25 Oct 2011 12:19:19 +0200 Subject: 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 --- doc/src/network/files-and-resources/datastreamformat.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/src') 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) -- cgit v1.2.3