Improve debugging of QML expressions
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 30 Oct 2013 12:27:43 +0000 (13:27 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 1 Nov 2013 22:01:24 +0000 (23:01 +0100)
commit2c078cc2912275c6b83be1f9670fb455e25ad7b6
treeeb8dc50e6099fbd3359851f0c8f315714ac9fa81
parentb7f6382b1ea7b2d7e90dbbc2510780f84c18f79b
Improve debugging of QML expressions

Add the name of the property to the generated IR function ("expression for x")
to make it easier to debug.

Change-Id: If35f42764774e6d7f40d3bf080e1fbdb12321ed5
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/compiler/qqmlcodegenerator.cpp
src/qml/compiler/qqmlcodegenerator_p.h
src/qml/qml/qqmlcompiler.cpp
src/qml/qml/qqmltypeloader.cpp