Quote Originally Posted by Valheru
Thanks, just before you posted that I found out about QTextStream.readLine()
Note that using QTextStream is a bit slower than operating on the device directly. So if QTextStream::readLine() is the only method of that class you use, you could consider calling readLine on the socket instead.