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
e85d2154
Commit
e85d2154
authored
Jul 13, 2010
by
con
Browse files
Merge remote branch 'origin/2.0'
parents
f30d5e21
3af05a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
e85d2154
...
...
@@ -713,7 +713,9 @@ void HelpPlugin::activateContext()
const
QUrl
&
source
=
*
links
.
begin
();
const
QUrl
&
oldSource
=
viewer
->
source
();
if
(
source
!=
oldSource
)
{
#if !defined(QT_NO_WEBKIT)
viewer
->
stop
();
#endif
viewer
->
setSource
(
source
);
}
viewer
->
setFocus
();
...
...
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