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
3dda9cdd
Commit
3dda9cdd
authored
Mar 24, 2009
by
Friedemann Kleint
Browse files
Fix compilation with WebKit disabled.
parent
661f0500
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/welcomemode.cpp
View file @
3dda9cdd
...
...
@@ -92,7 +92,9 @@ WelcomeModePrivate::WelcomeModePrivate() :
m_projectHtmlTemplate
(
readFile
(
QLatin1String
(
":/core/html/recent_projects.html"
))),
m_baseUrl
(
QUrl
(
QLatin1String
(
"qrc:/core/html/welcome.html"
)))
{
#if !defined(QT_NO_WEBKIT)
m_webview
->
setContextMenuPolicy
(
Qt
::
NoContextMenu
);
#endif
}
#if defined(QT_NO_WEBKIT)
...
...
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