summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-01-02 17:16:04 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-04 06:01:33 +0100
commit01674860ac85a42eb152092c6e99f7ad03346977 (patch)
tree266f0ad915164f94de2e0e962539a65a4196d54e
parent0afe9907149b94d8cc4600f1a2b23b99067d030f (diff)
Marked QUuid as Q_MOVABLE_TYPE in the metatype system.
Change-Id: I3d343b71294ad5640636694d1a079ea9dcca6348 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
-rw-r--r--src/corelib/plugin/quuid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/plugin/quuid.h b/src/corelib/plugin/quuid.h
index b941079df0..4557199dc3 100644
--- a/src/corelib/plugin/quuid.h
+++ b/src/corelib/plugin/quuid.h
@@ -184,6 +184,8 @@ struct Q_CORE_EXPORT QUuid
uchar data4[8];
};
+Q_DECLARE_TYPEINFO(QUuid, Q_MOVABLE_TYPE);
+
#ifndef QT_NO_DATASTREAM
Q_CORE_EXPORT QDataStream &operator<<(QDataStream &, const QUuid &);
Q_CORE_EXPORT QDataStream &operator>>(QDataStream &, QUuid &);