Thankfully with the "imfamous implicit sharing" Qt offers you can happily do this:
Qt Code:
  1. QString s = QString("hello").append("");
To copy to clipboard, switch view to plain text mode