Qt-jambi-interest Archive, September 2006
question about connect signal/slot
Message 1 in thread
Hi,
I try to connect an SIGNAL/SLOT and has an argument
"class SmsItem&" which define by myself. but when runtime
after emit the signalm,application print this:
QObject::connect: Cannot queue arguments of type 'SmsItem&'
why?
thanks,
gundomcz,
060918
Message 2 in thread
xubin.lin@xxxxxxxxxxxxxxxx wrote:
>I try to connect an SIGNAL/SLOT and has an argument
>"class SmsItem&" which define by myself. but when runtime
>after emit the signalm,application print this:
>
>QObject::connect: Cannot queue arguments of type 'SmsItem&'
>
>why?
>
>
>
Hi.
This mailing list is for questions and comments regarding Qt Jambi. For
issues with Qt, please use qt-interest@xxxxxxxxxxxxxx However, for the
answer to your question, see the documentation for QObject::connect().
Thank you :-)
-- Eskil