From: Mohammed Sameer Date: Sun, 15 Sep 2013 13:33:26 +0000 (+0300) Subject: No need for the when condition for binding camera zoom value to slider value X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=fe8df7dd5b30cd8eba36fefe267d94ab8b0f1ec9 No need for the when condition for binding camera zoom value to slider value --- diff --git a/qml/ZoomSlider.qml b/qml/ZoomSlider.qml index 6bff0c1..5d1289d 100644 --- a/qml/ZoomSlider.qml +++ b/qml/ZoomSlider.qml @@ -34,7 +34,6 @@ CameraSlider { target: camera ? camera.zoom : null property: "value" value: slider.value - when: camera != null } Connections {