fix no actions on links activation

This commit is contained in:
arcan1s
2015-07-05 00:32:46 +03:00
parent a216060447
commit 45904db741
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Item {
horizontalAlignment: Text.AlignLeft
textFormat: Text.RichText
text: NetctlAdds.getAboutText("links")
onLinkActivated: Qt.openUrlExternally(link);
}
QtControls.Label {
@ -85,6 +86,7 @@ Item {
horizontalAlignment: Text.AlignJustify
textFormat: Text.RichText
text: NetctlAdds.getAboutText("3rdparty")
onLinkActivated: Qt.openUrlExternally(link);
}
}
}