Add test verifying that QObject-derived pointer is passed correctly.
authorMatthew Vogt <matthew.vogt@nokia.com>
Wed, 22 Feb 2012 06:12:26 +0000 (16:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 22 Feb 2012 07:16:48 +0000 (08:16 +0100)
commit136f2352f67eedc12a719aa239594a204c3ee5a7
tree6790e6fc952c84f1748746960a12835084f454c9
parent6f96bf2d8d91cc03aa72fd90517f90ec5804d1ca
Add test verifying that QObject-derived pointer is passed correctly.

Ensure that an object derived from QObject is correctly passed to
an invokable function from QML.

Change-Id: I71eefe8c480e1f1574804d05244b53f29c7fbf0d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tests/auto/declarative/qdeclarativeecmascript/data/qobjectDerivedArgument.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp