summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinexposure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinexposure.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinexposure.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinexposure.h b/src/plugins/gstreamer/camerabin/camerabinexposure.h
index 0435569d4..c30da25ad 100644
--- a/src/plugins/gstreamer/camerabin/camerabinexposure.h
+++ b/src/plugins/gstreamer/camerabin/camerabinexposure.h
@@ -58,12 +58,12 @@ public:
CameraBinExposure(CameraBinSession *session);
virtual ~CameraBinExposure();
- bool isParameterSupported(ExposureParameter parameter) const;
- QVariantList supportedParameterRange(ExposureParameter parameter, bool *continuous) const;
+ bool isParameterSupported(ExposureParameter parameter) const override;
+ QVariantList supportedParameterRange(ExposureParameter parameter, bool *continuous) const override;
- QVariant requestedValue(ExposureParameter parameter) const;
- QVariant actualValue(ExposureParameter parameter) const;
- bool setValue(ExposureParameter parameter, const QVariant& value);
+ QVariant requestedValue(ExposureParameter parameter) const override;
+ QVariant actualValue(ExposureParameter parameter) const override;
+ bool setValue(ExposureParameter parameter, const QVariant &value) override;
private:
CameraBinSession *m_session;