You have to use QFile not QTextStream.
You have to use QFile not QTextStream.
Thanks,
I removed the QTextStream and also I had to change this line to work:
Qt Code:
return;To copy to clipboard, switch view to plain text mode
To this:
Qt Code:
return;To copy to clipboard, switch view to plain text mode
Thanks a lot!
Bookmarks