summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qcameraexposurecontrol.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-02-12 09:39:50 +0100
committerLars Knoll <lars.knoll@qt.io>2021-02-17 08:27:50 +0000
commit33186a09048faef5b9a6585b69e0a9cab4182a3e (patch)
tree28dfc734e1cf5928ae73c834391334713060fbd7 /src/multimedia/controls/qcameraexposurecontrol.h
parentb94b47d472c70124c38d4feb546df26d8015b3be (diff)
Get rid of QMediaService for the capture interface
Change-Id: I69a3d379bd2f1adbc4d583fd8eadcd3eb624a3af Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/controls/qcameraexposurecontrol.h')
-rw-r--r--src/multimedia/controls/qcameraexposurecontrol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/multimedia/controls/qcameraexposurecontrol.h b/src/multimedia/controls/qcameraexposurecontrol.h
index 862355bdb..59b448bd8 100644
--- a/src/multimedia/controls/qcameraexposurecontrol.h
+++ b/src/multimedia/controls/qcameraexposurecontrol.h
@@ -91,9 +91,6 @@ protected:
explicit QCameraExposureControl(QObject *parent = nullptr);
};
-#define QCameraExposureControl_iid "org.qt-project.qt.cameraexposurecontrol/5.0"
-Q_MEDIA_DECLARE_CONTROL(QCameraExposureControl, QCameraExposureControl_iid)
-
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QCameraExposureControl::ExposureParameter)