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().
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().