Quote Originally Posted by jpn View Post
Try to print QThread::currentThread() in the slot and you'll see the problem. I'd recommend reading the Multithreading presentation by Bradley T. Hughes from TT DevDays 2007. Especially the chapter starting from page 32 is important to understand.
cool article!