aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-02 14:21:42 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:59:14 +0200
commit770aa2aa73303063e21ae2053ce1b37a0673344e (patch)
treec9cea51a2aa4e0fc2b1ea929497dfb72f8d753ea /tools
parent4c1a1cc458d1addabea90f48d36998d7b3253fc2 (diff)
QmlCompiler: Rename TypeDescriptionReader
The names should begin with a common prefix. Change-Id: Ibd832ebe7a778c7af8ee3b75253e04491ded28be Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmllint/findwarnings.cpp2
-rw-r--r--tools/qmllint/findwarnings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmllint/findwarnings.cpp b/tools/qmllint/findwarnings.cpp
index 00b6d5b9ec..7f580fbe86 100644
--- a/tools/qmllint/findwarnings.cpp
+++ b/tools/qmllint/findwarnings.cpp
@@ -30,7 +30,7 @@
#include "checkidentifiers.h"
#include <QtQmlCompiler/private/qqmljsscope_p.h>
-#include <QtQmlCompiler/private/typedescriptionreader_p.h>
+#include <QtQmlCompiler/private/qqmljstypedescriptionreader_p.h>
#include <QtQmlCompiler/private/qqmljstypereader_p.h>
#include <QtQml/private/qqmljsast_p.h>
diff --git a/tools/qmllint/findwarnings.h b/tools/qmllint/findwarnings.h
index fd9c84fee9..a48a765bde 100644
--- a/tools/qmllint/findwarnings.h
+++ b/tools/qmllint/findwarnings.h
@@ -42,7 +42,7 @@
#include "qcoloroutput.h"
#include "checkidentifiers.h"
-#include <QtQmlCompiler/private/typedescriptionreader_p.h>
+#include <QtQmlCompiler/private/qqmljstypedescriptionreader_p.h>
#include <QtQmlCompiler/private/qqmljsscope_p.h>
#include <QtQmlCompiler/private/qqmljsimporter_p.h>