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
e0b2cbe3
Commit
e0b2cbe3
authored
Jun 07, 2010
by
Daniel Molkentin
Browse files
Fix F1 on welcome page
Reviewed-By: kh1
parent
6527fd1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/welcome/welcomemode.h
View file @
e0b2cbe3
...
...
@@ -62,7 +62,7 @@ public:
QString
id
()
const
;
QList
<
int
>
context
()
const
;
void
activated
();
QString
contextHelpId
()
const
{
return
QLatin1String
(
"Qt Creator"
);
}
QString
contextHelpId
()
const
{
return
QLatin1String
(
"Qt Creator
Manual
"
);
}
void
initPlugins
();
private
slots
:
...
...
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