Skip to content
Commit 209dd6c0 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
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
parent f8dd6e76
Pipeline #395796 failed with stages
in 9 minutes and 57 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