Skip to content
Snippets Groups Projects
Unverified Commit 9cc18488 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatview: open files on click

Seems that Qt.openUrlExternally doesn't find symlinks. At least
with MessagesAdapter::openUrl everything seems good

Change-Id: I636822a7f2f7e9ef27f2faedb49987ea2cbba343
parent dd1ea5c2
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ Control {
acceptedButtons: Qt.LeftButton
onClicked: {
if (root.hoveredLink)
Qt.openUrlExternally(root.hoveredLink)
MessagesAdapter.openUrl(root.hoveredLink)
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment