Skip to content
Snippets Groups Projects
Commit 1c1acd0c authored by dt's avatar dt
Browse files

Compile: include QApplication instead of QCoreApplication

Reviewed-By: kh
parent b74ecbdb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment