Hi,

Can I create a socket on the main thread and move it then to another Thread using "moveToThread"?
I need the socket to recive the "readyRead" signal into the Thread.

Thanks,