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

@ -2,6 +2,8 @@ Ver.1.4.8
---------
* gui
* update profile tab to netclt 1.10 and 1.11 changes
* plasmoid
* fix bug with no action on link activation
Ver.1.4.7
---------

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);
}
}
}