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
a1e44216
Commit
a1e44216
authored
May 08, 2009
by
con
Browse files
Build fix for non-webkit build.
parent
1b7e4b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/help/helpviewer.cpp
View file @
a1e44216
...
...
@@ -308,7 +308,7 @@ void HelpViewer::actionChanged()
#else // !defined(QT_NO_WEBKIT)
HelpViewer
::
HelpViewer
(
QHelpEngine
*
engine
,
CentralWidget
*
parent
)
HelpViewer
::
HelpViewer
(
QHelpEngine
*
engine
,
Help
::
Internal
::
CentralWidget
*
parent
)
:
QTextBrowser
(
parent
)
,
zoomCount
(
0
)
,
controlPressed
(
false
)
...
...
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