Cleanup: Get rid of the url and file name members in QQmlCompiledData
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 4 Jun 2014 15:32:31 +0000 (17:32 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 5 Jun 2014 08:01:44 +0000 (10:01 +0200)
commit8a71e2bd031230777dcfbb482af40a03b8d91507
tree3a480949822d2bb15b5746decc3147e915397f6a
parent722c06318718f373a581e74913965b5dfa3979fb
Cleanup: Get rid of the url and file name members in QQmlCompiledData

This is part of the effor of moving members from QQmlCompiledData into
QV4::CompilationUnit in order to eliminate the former in the long run.

Change-Id: Icce7fe0ee9a49cb3a7677fd7020008fc55ecdcf6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/compiler/qqmlirbuilder.cpp
src/qml/compiler/qqmlirbuilder_p.h
src/qml/compiler/qqmltypecompiler.cpp
src/qml/compiler/qqmltypecompiler_p.h
src/qml/qml/qqmlbinding.cpp
src/qml/qml/qqmlcompiler_p.h
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlexpression.cpp
src/qml/qml/qqmlincubator.cpp
src/qml/qml/qqmlobjectcreator.cpp
src/qml/qml/qqmltypeloader.cpp