summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinsession.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-22 09:47:23 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-21 11:21:05 +0000
commit652cd926157c8738f896b6e04aac690283f6a8df (patch)
tree0be962ce9e66f1c57dc8321b5138c42f20506365 /src/plugins/gstreamer/camerabin/camerabinsession.h
parentbab71b4834d27d018c2d45b592d16f56fcbb7bbe (diff)
Merge QCameraFlashControl into QCameraExposureControl
They are exposwed through one class on the front-end side, no need to complicate the API with several interfaces on the backend side. Change-Id: I4ecdc96edf71353f1b6d31cab92b7df064033e9a Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinsession.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinsession.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinsession.h b/src/plugins/gstreamer/camerabin/camerabinsession.h
index 8e9017cd2..c1c0e5d52 100644
--- a/src/plugins/gstreamer/camerabin/camerabinsession.h
+++ b/src/plugins/gstreamer/camerabin/camerabinsession.h
@@ -120,7 +120,6 @@ public:
#if QT_CONFIG(gstreamer_photography)
CameraBinExposure *cameraExposureControl();
- CameraBinFlash *cameraFlashControl();
CameraBinFocus *cameraFocusControl();
CameraBinLocks *cameraLocksControl();
#endif
@@ -239,7 +238,6 @@ private:
CameraBinContainer *m_mediaContainerControl;
#if QT_CONFIG(gstreamer_photography)
CameraBinExposure *m_cameraExposureControl;
- CameraBinFlash *m_cameraFlashControl;
CameraBinFocus *m_cameraFocusControl;
CameraBinLocks *m_cameraLocksControl;
#endif