summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/voidfunction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/voidfunction.qml')
-rw-r--r--tests/auto/qml/qmlcppcodegen/data/voidfunction.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/voidfunction.qml b/tests/auto/qml/qmlcppcodegen/data/voidfunction.qml
new file mode 100644
index 0000000000..74313f900f
--- /dev/null
+++ b/tests/auto/qml/qmlcppcodegen/data/voidfunction.qml
@@ -0,0 +1,6 @@
+pragma Strict
+import QtQml
+
+QtObject {
+ function doesNotReturnValue() { objectName = "barbar" }
+}