You did not write a QString but instead a
Qt Code:
  1. const char *
To copy to clipboard, switch view to plain text mode 
This
Qt Code:
  1. outStream << QString("The beginning of a series of numbers");
To copy to clipboard, switch view to plain text mode 
should work. Or you could change the type you are trying to read out of the stream.