From 6f31dff7f1eb1acc1bcdcf31c89a80186f308330 Mon Sep 17 00:00:00 2001 From: Jochen Seemann Date: Mon, 22 Aug 2016 23:49:49 +0200 Subject: Fix binding loop for declarative-camera qrc:///VideoCaptureControls.qml:112: Error: Cannot assign [undefined] to QString qrc:///CameraListButton.qml:65:5: QML CameraListPopup: Binding loop detected for property "currentValue" Change-Id: I93105fb33f65654492faaefc0d9109851e353e59 Reviewed-by: Yoann Lopes --- examples/multimedia/declarative-camera/CameraListButton.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/multimedia') diff --git a/examples/multimedia/declarative-camera/CameraListButton.qml b/examples/multimedia/declarative-camera/CameraListButton.qml index 892bb4e2a..b53b57a84 100644 --- a/examples/multimedia/declarative-camera/CameraListButton.qml +++ b/examples/multimedia/declarative-camera/CameraListButton.qml @@ -69,8 +69,6 @@ Item { anchors.top: parent.top visible: opacity > 0 - currentValue: cameraListButton.value - onSelected: popup.toggle() } } -- cgit v1.2.3