Skip to content

Don't assume UDSEntry::UDS_URL is a local URL

Alexander Saoutkin requested to merge asaoutkin/kio-fuse:FixOverrideUrl into master

GDrive URLs have UDSEntry::UDS_URL set to gdrive:/.... The use of QUrl::fromLocalFile() would produce file://gdrive:/.., which is obviously wrong. Simply revert to the constructor that was used before !2 (merged) was merged.

Merge request reports