mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] add missing string paths to url conversions
This commit is contained in:
parent
a677f6b297
commit
0249706018
3 changed files with 5 additions and 4 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue