hi
i have a code like this .

Qt Code:
  1. QDataStream in(socket);
  2. qDebug()<<in;
To copy to clipboard, switch view to plain text mode 


i need to output the contents in the QDataStream ,how to achieve this

bye