summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-07-06 15:26:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-06 12:00:51 +0200
commit8bbccab588f3bc91543b4e7395e9ec1957948acd (patch)
treea2d95c706b712542561adcb674f4a59fcfba8208 /tests/benchmarks
parentd09a19d9ee89e3af0927d1556c572a49f0dea9db (diff)
Fixed broken benchmark.
No-one had apparently run it in a while. Change-Id: I7dd292f322f93c081fb252f847d56b13a5dd3738 Reviewed-on: http://codereview.qt.nokia.com/1198 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/matrix_properties/data/matrix_component.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/matrix_properties/data/matrix_component.qml b/tests/benchmarks/matrix_properties/data/matrix_component.qml
index c46f876fb..e309ae0d3 100644
--- a/tests/benchmarks/matrix_properties/data/matrix_component.qml
+++ b/tests/benchmarks/matrix_properties/data/matrix_component.qml
@@ -55,7 +55,7 @@ Item {
property real variableBoundToMatrix : 1.0
property real variableBoundToVariantList : 1.0
- property variant matrixWithBoundVariable : Qt3d.matrix4x4 (
+ property variant matrixWithBoundVariable : Qt3D.matrix4x4 (
1.0, 0.0, 0.0, variableBoundToMatrix,
0.0, 1.0, 0.0, 1.0,
0.0, 0.0, 1.0, 1.0,