aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/childobject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/childobject.qml')
-rw-r--r--tests/auto/qml/qmlcppcodegen/data/childobject.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/childobject.qml b/tests/auto/qml/qmlcppcodegen/data/childobject.qml
index 7d73e4fd7f..db6b910ec2 100644
--- a/tests/auto/qml/qmlcppcodegen/data/childobject.qml
+++ b/tests/auto/qml/qmlcppcodegen/data/childobject.qml
@@ -8,6 +8,7 @@ QtObject {
function doString() { overloaded("string"); }
function doNumber() { overloaded(5.2); }
function doArray() { overloaded({a: 2, b: 3, c: 3}); }
+ function doFoo() { foo(this); }
}
objectName: child.objectName
property int doneThing: child.doThing()