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
Marco Bubke
flatpak-qt-creator
Commits
c3649d4f
Commit
c3649d4f
authored
Aug 24, 2010
by
Robert Loehning
Browse files
doc: Fixed URL in GettingStartedWelcomePageWidget
parent
e5076cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
View file @
c3649d4f
...
...
@@ -421,7 +421,7 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
"<ul><li>1 - Build Issues</li><li>2 - Search Results</li><li>3 - Application Output</li>"
"<li>4 - Compile Output</li></ul>"
).
arg
(
altShortcut
));
tips
.
append
(
tr
(
"You can quickly search methods, classes, help and more using the "
"<a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-
navigation
.html
\"
>Locator bar</a> (<tt>%1+K</tt>)."
).
arg
(
ctrlShortcut
));
"<a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-
editor-locator
.html
\"
>Locator bar</a> (<tt>%1+K</tt>)."
).
arg
(
ctrlShortcut
));
tips
.
append
(
tr
(
"You can add custom build steps in the "
"<a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-build-settings.html
\"
>build settings</a>."
));
tips
.
append
(
tr
(
"Within a session, you can add "
...
...
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