From 92562eacbc3c614a83a734f1108ed7df02415eae Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Fri, 13 Jul 2012 15:53:04 +1000 Subject: Allow signal parameters which are custom QML object-types This commit allows lazy resolution of signal parameter types, which allows QML object types to be used as signal parameters. If a signal is emitted with an incorrect parameter type, it will be passed through as a null parameter. Task-number: QTBUG-14550 Change-Id: I7e899ad57452826cc405bed10c541f8d35789d04 Reviewed-by: Martin Jones --- tests/auto/qml/qqmllanguage/data/signal.6.errors.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/auto/qml/qqmllanguage/data/signal.6.errors.txt (limited to 'tests/auto/qml/qqmllanguage/data/signal.6.errors.txt') diff --git a/tests/auto/qml/qqmllanguage/data/signal.6.errors.txt b/tests/auto/qml/qqmllanguage/data/signal.6.errors.txt new file mode 100644 index 0000000000..183b05f659 --- /dev/null +++ b/tests/auto/qml/qqmllanguage/data/signal.6.errors.txt @@ -0,0 +1 @@ +4:12:Invalid signal parameter type: Nontype -- cgit v1.2.3