Cleanup
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 6 Aug 2014 12:59:34 +0000 (14:59 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 15 Aug 2014 06:28:43 +0000 (08:28 +0200)
commit82fc19625263b26343ef6c1de5c5c13ae1c9ab25
treed560318566581469dec5c117cac9d8dd77816b53
parentddb134af9903512408b7e52455f1787e4b6b62ea
Cleanup

Merge QV4::CompiledData::QmlUnit into QV4::CompiledData::Unit. For pure JS
units it means a slight increase of memory usage by a few bytes, but overall it
makes the code a lot simpler.

Change-Id: Ib48927749720b056f004aac0fe22cb8ec729e3f6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
24 files changed:
src/qml/compiler/qqmlirbuilder.cpp
src/qml/compiler/qqmlirbuilder_p.h
src/qml/compiler/qqmltypecompiler.cpp
src/qml/compiler/qqmltypecompiler_p.h
src/qml/compiler/qv4compileddata_p.h
src/qml/compiler/qv4compiler.cpp
src/qml/compiler/qv4compiler_p.h
src/qml/qml/qqmlcompileddata.cpp
src/qml/qml/qqmlcompiler_p.h
src/qml/qml/qqmlcustomparser_p.h
src/qml/qml/qqmlobjectcreator.cpp
src/qml/qml/qqmlobjectcreator_p.h
src/qml/qml/qqmlprivate.h
src/qml/qml/qqmltypeloader.cpp
src/qml/types/qqmlconnections.cpp
src/qml/types/qqmlconnections_p.h
src/qml/types/qqmllistmodel.cpp
src/qml/types/qqmllistmodel_p.h
src/quick/util/qquickpropertychanges.cpp
src/quick/util/qquickpropertychanges_p.h
tests/auto/qml/qqmllanguage/testtypes.cpp
tests/auto/qml/qqmllanguage/testtypes.h
tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
tests/auto/qml/qqmltranslation/tst_qqmltranslation.cpp