Skip to content

Correctly construct URL from local file

David Edmundson requested to merge work/launcher_url into master

KActivities stores a file path

We want to create a URL. QUrl(somePath) doesn't include the scheme i.e "file:/" which can have repercusions elsewhere

Merge request reports