Skip to content
Commit b0efbc8e authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Fix double drive letters on "Run Current Doc"

url.path() returns path which looks like:

/C:/blah/blah

when converted to absolute path using QFileInfo, it results in garbage.
Perhaps we need to fix this in other places as I can see quite a few
places using QUrl::path().

BUG: 469340
(cherry picked from commit 209dd6c0)
parent a6dc3919
Pipeline #401346 passed with stage
in 12 minutes and 18 seconds
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