From fbc48d2631af04c2942b407e4acea53c82a60e1b Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 4 Jun 2018 10:15:33 +0200 Subject: Improve error message Show information about used types to help the user determine what went wrong. Change-Id: Ia71f21ee2bd53ba751bf0a3f7718f949d0e8330d Reviewed-by: Mitch Curtis Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt b/tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt index 77cf210918..cedae349d2 100644 --- a/tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt +++ b/tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt @@ -1 +1 @@ -4:24:Cannot assign object to property +4:24:Cannot assign object of type "QtObject" to property of type "MyQmlObject*" as the former is neither the same as the latter nor a sub-class of it. -- cgit v1.2.3