Filippo Cucchetto 0e1ab9e5ad Fixed crashes on signal emittion
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
2016-04-10 14:40:01 +02:00
..
2016-04-10 14:40:01 +02:00
2016-04-10 14:40:01 +02:00
2016-04-10 14:40:01 +02:00