Skip to content

Fix double drive letters on "Run Current Doc"

Waqar Ahmed requested to merge work/469340 into master

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

Merge request reports