[ui] add missing string paths to url conversions

This commit is contained in:
Yann Lanthony 2018-03-15 02:50:49 +01:00
parent a677f6b297
commit 0249706018
3 changed files with 5 additions and 4 deletions

View file

@ -164,7 +164,7 @@ FocusScope {
ToolTip.visible: hovered
font.family: MaterialIcons.fontFamily
enabled: fileSelector.currentFile != ""
onClicked: Qt.openUrlExternally(fileSelector.currentFile)
onClicked: Qt.openUrlExternally(Filepath.stringToUrl(fileSelector.currentFile))
}
}
}