aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
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 /src/qmlcompiler/qmlcompiler.pro
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 'src/qmlcompiler/qmlcompiler.pro')
-rw-r--r--src/qmlcompiler/qmlcompiler.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlcompiler/qmlcompiler.pro b/src/qmlcompiler/qmlcompiler.pro
index 94b3f90ee1..fa280dcd8e 100644
--- a/src/qmlcompiler/qmlcompiler.pro
+++ b/src/qmlcompiler/qmlcompiler.pro
@@ -9,7 +9,7 @@ SOURCES = \
qqmljsimporter.cpp \
qqmljstypereader.cpp \
qqmljsscope.cpp \
- typedescriptionreader.cpp \
+ qqmljstypedescriptionreader.cpp \
qqmljsstreamwriter.cpp
HEADERS = \
@@ -19,7 +19,7 @@ HEADERS = \
qqmljstypereader_p.h \
qqmljsmetatypes_p.h \
qqmljsscope_p.h \
- typedescriptionreader_p.h \
+ qqmljstypedescriptionreader_p.h \
qqmljsstreamwriter_p.h
load(qt_module)