I try to make Listview with an Listmodel ( written in C++ ) and give it to QML via Contrext Propertie.
The Listmodel should be modified by an AMQP-Eventqueue.
As soon as the first event arrives I got the errormessage:
QObject::connect: Cannot queue arguments of type 'QQuickChangeSet'
(Make sure 'QQuickChangeSet' is registered using qRegisterMetaType().)
I searched the Doc but I could not find a documentation to QQuickChangeSet
has anybody allready the same problem or does anybody know what i’m doing wrong?
The Model works fine as long i modify it by QML and not from C++.
↧