Hello folks,

I've a very simple scratch of a code:


qt Code:
  1. QTextStream Stream(&Data);
  2. Stream << "string";
To copy to clipboard, switch view to plain text mode 
After execution of the code Data is absolutely empty. Is it a bag or I misunderstood something?
P.S. I debugged QTextStream:perator<< and it seems that QTextStream sees no problem.

Thank you!