On Thursday, 5 de January de 2012 12.51.50, [email protected] wrote: > Ah, the reply object emits the signal in the same thread as the caller? I > was assuming the signal is emitted from within the thread that is > processing the reply. Yes, in that case connecting before returning to the > event loop would be sufficient.
The returned object lives in the calling thread, since that's required to be
able to use the reply QObject in the first place. So it cannot be doing
anything in calling thread since the user has control.
Another thread may be working and may even emit the signal. But it will be
queued, so it won't get processed until this thread goes back to the event
loop.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
