Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0f1bad4d
Commit
0f1bad4d
authored
Apr 09, 2010
by
Daniel Molkentin
Browse files
Fix string for the QML example.
parent
0dc5b180
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
View file @
0f1bad4d
...
...
@@ -76,7 +76,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 Qt Quick Application"
),
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/
tutorials-addressbook-sdk
.html?view=split"
));
QLatin1String
(
"qthelp://com.nokia.qtcreator/doc/
creator-qml-application
.html?view=split"
));
srand
(
QDateTime
::
currentDateTime
().
toTime_t
());
QStringList
tips
=
tipsOfTheDay
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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