Well not here (at least not as I understand it)

If I use moveToThread() in run() I get an error
"QObject::moveToThread: Current thread (0x12fecc) is not the object's thread (0xd47550).
Cannot move to target thread (0x12fecc) "

and if I use moveToThread() in my slot I get an ASSERT in qglobal.cpp:2233 "Cannot send events to objects owned by a different thread".