aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-05-14 14:04:53 +0200
committerLiang Qi <liang.qi@qt.io>2020-05-16 23:50:40 +0200
commit24abd0d14ebd420c275fa4e49ddb1a43b441c74f (patch)
treecaa07379ab70b27f9074155fb8420c84b10c48ae /tools
parentc7d3ab0d058ce71079c2f49ab20fcbe8ddcde072 (diff)
Compile with latest qtbase dev
Get rid of QTextCodec in QQmlError and qcoloroutput.cpp and etc. Change-Id: I26ab81536d12eb0587d5d9ae747f6a379a4d0b12 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmllint/qcoloroutput.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qmllint/qcoloroutput.cpp b/tools/qmllint/qcoloroutput.cpp
index 84bd22c428..ce0545b1a9 100644
--- a/tools/qmllint/qcoloroutput.cpp
+++ b/tools/qmllint/qcoloroutput.cpp
@@ -30,7 +30,6 @@
#include <QtCore/qfile.h>
#include <QtCore/qhash.h>
-#include <QtCore/qtextcodec.h>
#ifndef Q_OS_WIN
#include <unistd.h>