summaryrefslogtreecommitdiffstats
path: root/tests/manual/custom-mesh-qml/main.qml
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-12-16 10:04:15 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-12-16 15:19:44 +0000
commit346175ebe9be8e22681b3423534afaf6fabbc78c (patch)
treeb416c1def1707139485b0533a4b4f44841b7d24e /tests/manual/custom-mesh-qml/main.qml
parent35a4be78eeae3799490d2b963a255b1175573fed (diff)
custom-mesh-qml: adjust attribute names
Following the introduction of property names as replacements for the Q_INVOKABLE functions Change-Id: I5b0babebcca746e7bdd9a2e68b334034ec70d728 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/custom-mesh-qml/main.qml')
-rw-r--r--tests/manual/custom-mesh-qml/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/custom-mesh-qml/main.qml b/tests/manual/custom-mesh-qml/main.qml
index a68bf591f..9aae22ba4 100644
--- a/tests/manual/custom-mesh-qml/main.qml
+++ b/tests/manual/custom-mesh-qml/main.qml
@@ -183,7 +183,7 @@ Entity {
byteOffset: 0
byteStride: 9 * 4
count: 4
- name: defaultPositionAttributeName()
+ name: defaultPositionAttributeName
buffer: vertexBuffer
}
@@ -194,7 +194,7 @@ Entity {
byteOffset: 3 * 4
byteStride: 9 * 4
count: 4
- name: defaultNormalAttributeName()
+ name: defaultNormalAttributeName
buffer: vertexBuffer
}
@@ -205,7 +205,7 @@ Entity {
byteOffset: 6 * 4
byteStride: 9 * 4
count: 4
- name: defaultColorAttributeName()
+ name: defaultColorAttributeName
buffer: vertexBuffer
}