Skip to content
Commit 0cb9b9ae authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Fix Save-As functionality.

File system operations like QFile require paths instead of URLs, which
is the difference between the uses of:
* url.toDisplayString -> file:///the/path
* url.toLocalFile -> /the/path
Correctly use toLocalFile for all file system calls.

BUG: 356233
parent ab908725
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