summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinflash.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinflash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinflash.h b/src/plugins/gstreamer/camerabin/camerabinflash.h
index 0bcfef1b9..84177f122 100644
--- a/src/plugins/gstreamer/camerabin/camerabinflash.h
+++ b/src/plugins/gstreamer/camerabin/camerabinflash.h
@@ -57,11 +57,11 @@ public:
CameraBinFlash(CameraBinSession *session);
virtual ~CameraBinFlash();
- QCameraExposure::FlashModes flashMode() const;
- void setFlashMode(QCameraExposure::FlashModes mode);
- bool isFlashModeSupported(QCameraExposure::FlashModes mode) const;
+ QCameraExposure::FlashModes flashMode() const override;
+ void setFlashMode(QCameraExposure::FlashModes mode) override;
+ bool isFlashModeSupported(QCameraExposure::FlashModes mode) const override;
- bool isFlashReady() const;
+ bool isFlashReady() const override;
private:
CameraBinSession *m_session;