Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c29355ee
Commit
c29355ee
authored
Jun 04, 2010
by
Daniel Molkentin
Browse files
Fix mobile example link
Task-number: QTCREATORBUG-1571 Reviewed-by: Leena Miettinen
parent
aa28e042
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
View file @
c29355ee
...
...
@@ -82,7 +82,7 @@ GettingStartedWelcomePageWidget::GettingStartedWelcomePageWidget(QWidget *parent
ui
->
tutorialTreeWidget
->
addItem
(
tr
(
"Creating a Qt C++ Application"
),
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/creator-writing-program.html?view=split"
));
ui
->
tutorialTreeWidget
->
addItem
(
tr
(
"Creating a Mobile Application"
),
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/creator-mobile-example?view=split"
));
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/creator-mobile-example
.html
?view=split"
));
#ifdef QTCREATOR_WITH_QML
ui
->
tutorialTreeWidget
->
addItem
(
tr
(
"Creating a Qt Quick Application"
),
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/creator-qml-application.html?view=split"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment