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
1c1acd0c
Commit
1c1acd0c
authored
Jan 11, 2011
by
dt
Browse files
Compile: include QApplication instead of QCoreApplication
Reviewed-By: kh
parent
b74ecbdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpviewer.cpp
View file @
1c1acd0c
...
...
@@ -35,12 +35,12 @@
#include
"helpconstants.h"
#include
"localhelpmanager.h"
#include
<QtCore/QCoreApplication>
#include
<QtCore/QFileInfo>
#include
<QtCore/QStringBuilder>
#include
<QtCore/QTemporaryFile>
#include
<QtCore/QUrl>
#include
<QtGui/QApplication>
#include
<QtGui/QDesktopServices>
#include
<QtGui/QMouseEvent>
...
...
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