Skip to content
Commit 981c5973 authored by Thorsten Behrens's avatar Thorsten Behrens Committed by Albert Astals Cid
Browse files

Fix overwriting pdf after signing

- make explicit we're using static QFile func here
- QFile::rename doesn't work across filesystems, so instead
  create it alongside. Might fail if dir is not writeable
- can't use QSaveFile, since poppler sign() func wants a filename
parent f7d6045b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment