From 84d20142bd8926be2e08e4354635f36bc681f186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 30 Jan 2014 11:15:53 +0200 Subject: Moved nonfunctional public methods to private Task-number: QTRD-2809 Change-Id: I009316652475d71d82a66ba23368b045f34c1f9a Reviewed-by: Miikka Heikkinen --- tests/qmlcamera/qml/qmlcamera/main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/qmlcamera/qml/qmlcamera/main.qml b/tests/qmlcamera/qml/qmlcamera/main.qml index 4aa85728..819c5658 100644 --- a/tests/qmlcamera/qml/qmlcamera/main.qml +++ b/tests/qmlcamera/qml/qmlcamera/main.qml @@ -99,10 +99,10 @@ Item { y: 0 width: 298 height: 298 - minXValue: testChart.scene.activeCamera.minXRotation - minYValue: testChart.scene.activeCamera.minYRotation - maxXValue: testChart.scene.activeCamera.maxXRotation - maxYValue: testChart.scene.activeCamera.maxYRotation + minXValue: -180 + minYValue: 0 + maxXValue: 180 + maxYValue: 90 } Slider { -- cgit v1.2.3