From a7273a8f86d8f67afb9b9693b0a0be0ae030c8a6 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 29 Nov 2013 11:23:49 +0200 Subject: Fix some QML warnings and errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added NOTIFY to scene property to remove the warning in QML - Correct use of mesh in qmldynamicdata test Change-Id: If9a8c32ab9c873153379192859c5ce89e9a15d99 Reviewed-by: Tomi Korpipää --- tests/qmldynamicdata/qml/qmldynamicdata/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qmldynamicdata') diff --git a/tests/qmldynamicdata/qml/qmldynamicdata/main.qml b/tests/qmldynamicdata/qml/qmldynamicdata/main.qml index d987f1e8..7453606a 100644 --- a/tests/qmldynamicdata/qml/qmldynamicdata/main.qml +++ b/tests/qmldynamicdata/qml/qmldynamicdata/main.qml @@ -71,12 +71,12 @@ Item { theme: Theme3D { type: AbstractGraph3D.ThemeDigia } shadowQuality: AbstractGraph3D.ShadowQualitySoftMedium scene.activeCamera.yRotation: 30.0 - objectType: AbstractGraph3D.MeshStyleCubes inputHandler: null Scatter3DSeries { id: scatterSeries itemLabelFormat: "X:@xLabel Y:@yLabel Z:@zLabel" + mesh: Abstract3DSeries.MeshCube ItemModelScatterDataProxy { itemModel: graphModel -- cgit v1.2.3