From 06b21c95b48ab1b3cfbdee4baebd6f97dcf5bb90 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sun, 15 Sep 2013 03:11:35 +0300 Subject: [PATCH] Default value for the property is null. No need to assign it explicitly --- qml/ZoomSlider.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ZoomSlider.qml b/qml/ZoomSlider.qml index 0f0b74a..6bff0c1 100644 --- a/qml/ZoomSlider.qml +++ b/qml/ZoomSlider.qml @@ -25,7 +25,7 @@ import QtCamera 1.0 CameraSlider { id: slider - property Camera camera: null + property Camera camera handleBackground: "" handleBackgroundPressed: "" -- 2.25.1