Skip to content
Commit 8c8cf029 authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr Committed by Jeremy Whiting
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
(cherry picked from commit 0cb9b9ae)
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