Fix "unknown protocol qrc"
"" 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
"" 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