aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-04-15 12:27:42 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-04-15 13:46:18 +0200
commit6c6b96eb698e1314e7f63a3d6340b3d446116672 (patch)
treed394c4e7fe8a00895851acdc0c4a83010f314253 /src/qml/.prev_CMakeLists.txt
parente9d2bbdcb0b314e73606992787681586ab7c1e9b (diff)
Re-arrange qv4identifier{_p.h|.cpp}
QV4::IdentifierHashData doesn't need to be visible to all the clients. Furthermore, it can be completely inline. The public functions of QV4::IdentifierHash need to be out of line, but the private ones can be all inline. This shouldn't make much of a difference as most of the public functions call at least one private function. Finally, the files should be named by the class names. Change-Id: I931f2aa71103e41fdd3dae9cc47d204edece0e12 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/.prev_CMakeLists.txt')
-rw-r--r--src/qml/.prev_CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/.prev_CMakeLists.txt b/src/qml/.prev_CMakeLists.txt
index eea934fc64..90cb65a95c 100644
--- a/src/qml/.prev_CMakeLists.txt
+++ b/src/qml/.prev_CMakeLists.txt
@@ -105,7 +105,8 @@ qt_add_module(Qml
jsruntime/qv4generatorobject.cpp jsruntime/qv4generatorobject_p.h
jsruntime/qv4global_p.h
jsruntime/qv4globalobject.cpp jsruntime/qv4globalobject_p.h
- jsruntime/qv4identifier.cpp jsruntime/qv4identifier_p.h
+ jsruntime/qv4identifierhash.cpp jsruntime/qv4identifierhash_p.h
+ jsruntime/qv4identifierhashdata_p.h
jsruntime/qv4identifiertable.cpp jsruntime/qv4identifiertable_p.h
jsruntime/qv4include.cpp jsruntime/qv4include_p.h
jsruntime/qv4internalclass.cpp jsruntime/qv4internalclass_p.h
@@ -193,6 +194,7 @@ qt_add_module(Qml
qml/qqmlcomponent.cpp qml/qqmlcomponent.h qml/qqmlcomponent_p.h
qml/qqmlcomponentattached_p.h
qml/qqmlcontext.cpp qml/qqmlcontext.h qml/qqmlcontext_p.h
+ qml/qqmlcontextdata.cpp qml/qqmlcontextdata_p.h
qml/qqmlcustomparser.cpp qml/qqmlcustomparser_p.h
qml/qqmldata_p.h
qml/qqmldatablob.cpp qml/qqmldatablob_p.h
@@ -209,6 +211,7 @@ qt_add_module(Qml
qml/qqmlfileselector.cpp qml/qqmlfileselector.h qml/qqmlfileselector_p.h
qml/qqmlglobal.cpp qml/qqmlglobal_p.h
qml/qqmlguard_p.h
+ qml/qqmlguardedcontextdata_p.h
qml/qqmlimport.cpp qml/qqmlimport_p.h
qml/qqmlincubator.cpp qml/qqmlincubator.h qml/qqmlincubator_p.h
qml/qqmlinfo.cpp qml/qqmlinfo.h