summaryrefslogtreecommitdiffstats
path: root/basicsuite/camera/Controls.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/camera/Controls.qml')
-rw-r--r--basicsuite/camera/Controls.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/camera/Controls.qml b/basicsuite/camera/Controls.qml
index 98f6183..6923ded 100644
--- a/basicsuite/camera/Controls.qml
+++ b/basicsuite/camera/Controls.qml
@@ -186,7 +186,7 @@ Item {
Connections {
target: camera
- onCaptureModeChanged: {
+ function onCaptureModeChanged() {
if (camera.captureMode === Camera.CaptureStillImage) {
resControl.model = cameraUtils.supportedCaptureResolutions;
} else {