summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborcommon.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-01-25 14:14:05 -0800
committerThiago Macieira <thiago.macieira@intel.com>2018-07-04 03:04:15 +0000
commit6c64a9b2d29d5de054d1d8ccec2050c28767c10c (patch)
tree097da82dfcf980d19911ba86b56a1b025dfa23d2 /src/corelib/serialization/qcborcommon.h
parent71e41d7230650e4b25cfe0f2ac8e3c87e8e4119e (diff)
Metatype: make the Qt CBOR value-like types built-in meta types
This change only adds them to the registry and reserves the IDs. The next commit will handle conversions. Change-Id: I56b444f9d6274221a3b7fffd150d2d49f40940c2 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/serialization/qcborcommon.h')
-rw-r--r--src/corelib/serialization/qcborcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/serialization/qcborcommon.h b/src/corelib/serialization/qcborcommon.h
index 95e40ccedc..2c6d44657d 100644
--- a/src/corelib/serialization/qcborcommon.h
+++ b/src/corelib/serialization/qcborcommon.h
@@ -128,7 +128,6 @@ Q_CORE_EXPORT QDebug operator<<(QDebug, QCborTag tg);
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(QCborSimpleType)
Q_DECLARE_METATYPE(QCborTag)
#endif // QCBORSTREAM_H