PDA

View Full Version : QTcpSocket used by different threads



euch
8th July 2010, 20:26
Hello,

I want to read data from QTcpSocket object with one thread and write data to the same QTcpSocket object with another thread.
How can I do it?