Skip to content

Fix "unknown protocol qrc"

Tobias Fella requested to merge tfella/whale:work/qrc into master

"" is not a valid url, so qml turns it into something like "qrc:///qml/", which it then tries to pass to kio. Use QStandardPaths instead to get the home directory

Merge request reports