Re: create QMetaCallEevnt
QMetaCallEvent is used internally by Qt's QMetaMethod::invoke() system, usually used through either signal/slot connection or QMetaObject::invokeMethod().
Can you explain what you are trying to test or why you would have to explicitly create such an event instance yourself?
Cheers,
_
Re: create QMetaCallEevnt
@anda_skoa,
hello, i have modified my post above.
but is there any problem, i ve tried to post 3 times failed always.!
Re: create QMetaCallEevnt
I am not sure I understand yet, but if you are looking for a way to test signal emits in a test program then have a look a QSignalSpy
Cheers,
_