aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar/qmltyperegistrar.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-02 12:52:05 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:58:58 +0200
commit31302761f0cab83ad412797afe8f39a497b02531 (patch)
treeb8db32c966491bc2c42e352518203dbad9dc63dc /src/qmltyperegistrar/qmltyperegistrar.pro
parent4f44f82b9f152572222d5d9db78faa5c1db3413c (diff)
QmlCompiler: Rename QmlStreamWriter
The names should start with a common prefix. Change-Id: Ib2cc247d459d78de5f0a8ea0be73b89429154475 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmltyperegistrar/qmltyperegistrar.pro')
-rw-r--r--src/qmltyperegistrar/qmltyperegistrar.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmltyperegistrar/qmltyperegistrar.pro b/src/qmltyperegistrar/qmltyperegistrar.pro
index eafaab6559..eaee9b6eb4 100644
--- a/src/qmltyperegistrar/qmltyperegistrar.pro
+++ b/src/qmltyperegistrar/qmltyperegistrar.pro
@@ -11,13 +11,13 @@ QMAKE_TARGET_DESCRIPTION = QML Types Registrar
INCLUDEPATH += $$PWD/../qmlcompiler
SOURCES += \
- ../qmlcompiler/qmlstreamwriter.cpp \
+ ../qmlcompiler/qqmljsstreamwriter.cpp \
qmltyperegistrar.cpp \
qmltypesclassdescription.cpp \
qmltypescreator.cpp
HEADERS += \
- ../qmlcompiler/qmlstreamwriter_p.h \
+ ../qmlcompiler/qqmljsstreamwriter_p.h \
qmltypesclassdescription.h \
qmltypescreator.h