Skip to content
Snippets Groups Projects
Commit 2f2bb7e5 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

GenericHighlighter: Do not include <QtCore>.

... in case syncqt is broken.
parent 6f0a50be
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "managedefinitionsdialog.h" #include "managedefinitionsdialog.h"
#include "manager.h" #include "manager.h"
#include <QtCore>
#include <QtCore/QUrl> #include <QtCore/QUrl>
#include <QtCore/QIODevice> #include <QtCore/QIODevice>
#include <QtCore/QXmlStreamReader> #include <QtCore/QXmlStreamReader>
...@@ -42,7 +41,7 @@ ...@@ -42,7 +41,7 @@
#include <QtCore/QFileInfo> #include <QtCore/QFileInfo>
#include <QtGui/QMessageBox> #include <QtGui/QMessageBox>
#include <QDebug> #include <QtCore/QDebug>
using namespace TextEditor; using namespace TextEditor;
using namespace Internal; using namespace Internal;
......
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