Fix missing argument signal in qml
This commit is contained in:
committed by
Tobias Fella
parent
23178b6224
commit
dfba655527
@@ -82,6 +82,6 @@ ColumnLayout {
|
||||
readonly property var replaceLinks: /(http[s]?:\/\/[^ \r\n]*)/g
|
||||
textFormat: TextEdit.MarkdownText
|
||||
wrapMode: Text.Wrap
|
||||
onLinkActivated: UrlHelper.openUrl(link)
|
||||
onLinkActivated: link => UrlHelper.openUrl(link)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user