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
37aef098
Commit
37aef098
authored
Jan 29, 2009
by
Patrick Star
Browse files
Fixes: - compile on gcc3
Task: - none RevBy: - TrustMe
parent
2a2e3b14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/centralwidget.cpp
View file @
37aef098
...
...
@@ -407,7 +407,7 @@ void CentralWidget::setSourceInNewTab(const QUrl &url)
tabWidget
->
setCurrentIndex
(
tabWidget
->
addTab
(
viewer
,
quoteTabTitle
(
viewer
->
documentTitle
())));
#if defined(QT_NO_WEBIT)
#if defined(QT_NO_WEB
K
IT)
QFont
font
=
qApp
->
font
();
if
(
helpEngine
->
customValue
(
QLatin1String
(
"useBrowserFont"
)).
toBool
())
font
=
qVariantValue
<
QFont
>
(
helpEngine
->
customValue
(
QLatin1String
(
"browserFont"
)));
...
...
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