Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "error on writing to disk" that sometimes appears after "cancel"
- Do not generate "error on writing to disk" error if it is the result of the write being cancelled. - Mac: QProcess::execute(cmdline) -> QProcess::execute(cmd, args) to avoid depreceation warning.
- Loading branch information