If you want to release the QProcess object after it is no longer required then do it... after it is no longer required, i.e. after it signals finished().
Another way is to pass a parent object to QProcess - it will then be deleted when the parent is deleted.Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks