WelcomeScreen: Changing the "Getting Started Now" button url

We want to reduce the needed number of clicks to the Android setup
info from 4 to 2 clicks. Therefore the main index.html is better.
Also that page does not open in split help, anymore.

Change-Id: Idfd08c78728cb2face6cf9769ca332ac8805eef5
Reviewed-by: Sami Makkonen <sami.makkonen@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Alessandro Portale
2014-02-05 11:40:25 +01:00
parent 5d7e408121
commit ff38bb5143

View File

@@ -121,7 +121,7 @@ ColumnLayout {
Button { Button {
text: qsTr("Get Started Now") text: qsTr("Get Started Now")
onClicked: gettingStarted.openSplitHelp("qthelp://org.qt-project.qtcreator/doc/creator-getting-started.html") onClicked: gettingStarted.openHelp("qthelp://org.qt-project.qtcreator/doc/index.html")
} }
Item { Item {