summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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