summaryrefslogtreecommitdiffstats
path: root/src/multimediaquick/qtmultimediaquicktypes_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-05-17 14:13:54 +0200
committerLars Knoll <lars.knoll@qt.io>2021-05-18 08:44:27 +0000
commitd78a921256b50399cead644d69d2a06d43ef3e5c (patch)
tree9e50e522fd048f4fffff9e6669e090b640819f4d /src/multimediaquick/qtmultimediaquicktypes_p.h
parentac2f3c0ef78e8374dea63b658959a8a6db890bca (diff)
Merge the QCameraFocus API into QCamera
After API review, we decided that one large API in QCamera is easier than having separate sub-objects that are only trying to structure the API. Change-Id: I5f820a580db1ddb3f47e11b88ca86215997f96ce Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/multimediaquick/qtmultimediaquicktypes_p.h')
-rw-r--r--src/multimediaquick/qtmultimediaquicktypes_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/multimediaquick/qtmultimediaquicktypes_p.h b/src/multimediaquick/qtmultimediaquicktypes_p.h
index 4ef94fe64..91f355db0 100644
--- a/src/multimediaquick/qtmultimediaquicktypes_p.h
+++ b/src/multimediaquick/qtmultimediaquicktypes_p.h
@@ -85,14 +85,6 @@ struct QCameraForeign
QML_NAMED_ELEMENT(Camera)
};
-struct QCameraFocusForeign
-{
- Q_GADGET
- QML_FOREIGN(QCameraFocus)
- QML_UNCREATABLE("CameraFocus is provided by Camera")
- QML_NAMED_ELEMENT(CameraFocus)
-};
-
struct QCameraImageProcessingForeign
{
Q_GADGET