aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-01 14:23:27 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:58:36 +0200
commitd200ccf92017ebc10a4ccdb5d944e1d803b87c1d (patch)
tree1dc85350482238423143ac71740b834fa6e8d240 /src/qmlcompiler/qmlcompiler.pro
parent767dd738d3de9306062707fe05d32c91ed755da3 (diff)
QmlCompiler: Rename ScopeTree to QQmlJSScope
That is a better name. Change-Id: I34a6867692a236dd16ed8e3a68866f994eab02d2 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 906286551f..2605eb8daf 100644
--- a/src/qmlcompiler/qmlcompiler.pro
+++ b/src/qmlcompiler/qmlcompiler.pro
@@ -8,7 +8,7 @@ SOURCES = \
importedmembersvisitor.cpp \
qmljsimporter.cpp \
qmljstypereader.cpp \
- scopetree.cpp \
+ qqmljsscope.cpp \
typedescriptionreader.cpp \
qmlstreamwriter.cpp
@@ -18,7 +18,7 @@ HEADERS = \
qmljsimporter_p.h \
qmljstypereader_p.h \
metatypes_p.h \
- scopetree_p.h \
+ qqmljsscope_p.h \
typedescriptionreader_p.h \
qmlstreamwriter_p.h