Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
... and check the return value of QFile::remove() and QFile::error() if you want to know when and why it failed (for example, the file does not exist, is locked, or you have insufficient permission).
Bookmarks