Look in the output of your program for warnings like:
You will not be able to queue a reference though.Qt Code:
(Make sure 'A::B::J&' is registered using qRegisterMetaType().)To copy to clipboard, switch view to plain text mode
Look in the output of your program for warnings like:
You will not be able to queue a reference though.Qt Code:
(Make sure 'A::B::J&' is registered using qRegisterMetaType().)To copy to clipboard, switch view to plain text mode
if it is a const reference then he can to queue it, but he have to provide meta data for that type of reference.
Not const reference requires Blocking Queued Connection.
See:
http://developer.qt.nokia.com/doc/qt...across-threads
http://developer.qt.nokia.com/doc/qt...ctionType-enum
http://developer.qt.nokia.com/doc/qt...gisterMetaType
Bookmarks