Skip to content
Snippets Groups Projects
Commit f45a7873 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

WelcomePage: open labs and developer.qt.nokia.com in browser


These webpages are likely to require account data and therefore
we better open them in the system browser.

Change-Id: Iccc158f3e96052fcf30001ec827c23a4a8362fff
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
parent e685a96d
No related branches found
No related tags found
No related merge requests found
...@@ -142,13 +142,13 @@ Rectangle { ...@@ -142,13 +142,13 @@ Rectangle {
IconAndLink { IconAndLink {
iconName: "communityIcon" iconName: "communityIcon"
linkText: qsTr("Online Community") linkText: qsTr("Online Community")
onClicked: gettingStarted.openHelp("http://developer.qt.nokia.com/forums") onClicked: gettingStarted.openUrl("http://developer.qt.nokia.com/forums")
} }
IconAndLink { IconAndLink {
iconName: "labsIcon" iconName: "labsIcon"
linkText: qsTr("Labs") linkText: qsTr("Labs")
onClicked: gettingStarted.openHelp("http://labs.qt.nokia.com") onClicked: gettingStarted.openUrl("http://labs.qt.nokia.com")
} }
} }
......
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