summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJochen Seemann <seemann.jochen@gmail.com>2016-08-22 23:49:49 +0200
committerYoann Lopes <yoann.lopes@qt.io>2016-08-24 09:35:04 +0000
commit6f31dff7f1eb1acc1bcdcf31c89a80186f308330 (patch)
treef5092dbaa5cfd6c75a4da44add4ae38894a4047b /examples
parentefcd7edc0b3db498181b4fd9bea234e08634714c (diff)
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 <yoann.lopes@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/multimedia/declarative-camera/CameraListButton.qml2
1 files changed, 0 insertions, 2 deletions
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()
}
}