aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-01 14:37:30 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:58:47 +0200
commitc3f1b5a9ae9e4d10232d3234c7f99f10872a0398 (patch)
treed9495fcfd7b119882742de2aafd428519dffad16 /src/qmlcompiler/qmlcompiler.pro
parent2059c8be904541a31e75c1de9d3b5afa37c6954d (diff)
QmlCompiler: Rename ImportedMembersVisitor
The class names should start with a common prefix. Change-Id: I645ef476f8493d38c2f4c5241d4a2903543f09e8 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 159c7c40ed..255b29aa57 100644
--- a/src/qmlcompiler/qmlcompiler.pro
+++ b/src/qmlcompiler/qmlcompiler.pro
@@ -5,7 +5,7 @@ CONFIG += internal_module
SOURCES = \
resourcefilemapper.cpp \
- importedmembersvisitor.cpp \
+ qqmljsimportedmembersvisitor.cpp \
qmljsimporter.cpp \
qmljstypereader.cpp \
qqmljsscope.cpp \
@@ -14,7 +14,7 @@ SOURCES = \
HEADERS = \
resourcefilemapper_p.h \
- importedmembersvisitor_p.h \
+ qqmljsimportedmembersvisitor_p.h \
qmljsimporter_p.h \
qmljstypereader_p.h \
qqmljsmetatypes_p.h \