Add a column to the default method error message
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 26 Feb 2014 17:43:28 +0000 (18:43 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 2 Mar 2014 16:10:51 +0000 (17:10 +0100)
commit16e70231d7b59b5ab181597c295253cccb80b235
tree581fcd249621af26dc53d4eb4387e1f94d8f966f
parentb4e67a087e49e1a976a98977efc29e279285ae55
Add a column to the default method error message

This brings both compilers in sync by reporting line and column if doing a signal object
assignment without a default method.

Change-Id: I8b1bf90c4ce3cd7b117ad7eecdbfe319b07b1191
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/qml/qqmlcompiler.cpp
src/qml/qml/qqmlinstruction_p.h
src/qml/qml/qqmlvme.cpp
tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
tests/auto/quick/qquickloader/tst_qquickloader.cpp