mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-14 13:46:39 +00:00
This is caused by two bugs: 1) QMetaObject::activate first argument must be the return value 2) The next arguments should be void* to the actual datatype contained inside the QVariants and not QVariant*. In other words given "a" of type QVariant we should use a.constData() and not &a