From 6c64a9b2d29d5de054d1d8ccec2050c28767c10c Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 25 Jan 2018 14:14:05 -0800 Subject: Metatype: make the Qt CBOR value-like types built-in meta types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/corelib/serialization/qcborcommon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/serialization/qcborcommon.h') 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 -- cgit v1.2.3