mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 04:26:43 +00:00
This adds support for marshalling arrays of QVariant (QVariantList) in/out from DosQVariant. We added the following 3 API: dos_qvariant_create_array dos_qvariant_setArray dos_qvariant_toArray Support for QVariantList in property definition of QObjects is already enabled. The end user should use the QVariantList metatype.