Quote Originally Posted by wysota View Post
As for signals, you can safely use them across threads.
I know that the singals/slots are thread safe my question was is there a way to get the signals from the QTcpSocket without to define them in to the Thread class that I will create.