summaryrefslogtreecommitdiffstats
path: root/examples/multimedia
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-10-09 14:32:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-10 10:00:55 +0200
commit4cd39cc52f52b07650ea3deb9195b309e214e50f (patch)
tree05b2d8bf56357da1f8a8160e6e429a1194ab0b07 /examples/multimedia
parentc2f95891c09cc35c483f09643cc45433e69dcaa1 (diff)
Fix binding loop in declarative-camera example
Task-number: QTBUG-33879 Change-Id: I6d584fcaa049fb5be650797348452b4086dd6df0 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'examples/multimedia')
-rw-r--r--examples/multimedia/declarative-camera/CameraPropertyPopup.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/multimedia/declarative-camera/CameraPropertyPopup.qml b/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
index 130de95f4..6ba8f36e7 100644
--- a/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
+++ b/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
@@ -83,10 +83,6 @@ Rectangle {
highlight: Rectangle { color: "gray"; radius: 5 }
currentIndex: indexForValue(propertyPopup.currentValue)
- onCurrentIndexChanged: {
- propertyPopup.currentValue = model.get(view.currentIndex).value
- }
-
delegate: Item {
width: propertyPopup.itemWidth
height: 70