summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/camera/doc/src/camera.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-06-15 16:09:34 +0200
committerLars Knoll <lars.knoll@qt.io>2021-06-17 13:40:52 +0200
commit83a031c56b74d68fe6d349f78c48a1681e40374e (patch)
treefd4cd75d49009ed21c525564070c11492645afe2 /examples/multimediawidgets/camera/doc/src/camera.qdoc
parent8fc76abb75b8a97bb5ef695d4bc8d59c6ef0c0b5 (diff)
Rename QCameraImageCapture to QImageCapture
Fixup the backend class and file names while we're at it. Change-Id: Ib0928dfebb6f127b7a43683b2907420c95af6599 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/multimediawidgets/camera/doc/src/camera.qdoc')
-rw-r--r--examples/multimediawidgets/camera/doc/src/camera.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/multimediawidgets/camera/doc/src/camera.qdoc b/examples/multimediawidgets/camera/doc/src/camera.qdoc
index 68e19aac3..476eef085 100644
--- a/examples/multimediawidgets/camera/doc/src/camera.qdoc
+++ b/examples/multimediawidgets/camera/doc/src/camera.qdoc
@@ -48,7 +48,7 @@ the image or video clip is to be saved. It will also store the image and video
settings.
The Camera class contains an instance of \l {QCamera}, the API class interface to
-the hardware. It also has an instance of \l {QCameraImageCapture} to take still images
+the hardware. It also has an instance of \l {QImageCapture} to take still images
and an instance of \l {QMediaRecorder} to record video. It also contains the user
interface object.
@@ -59,7 +59,7 @@ the \e{setCamera()} function is called, passing in a \l {QByteArray}.
\e{setCamera()} sets up various connections between the user interface and the functionality
of the Camera class using signals and slots. It also instantiates and initializes the \l {QCamera},
-\l {QCameraImageCapture} and \l {QMediaRecorder} objects mentioned above. The still
+\l {QImageCapture} and \l {QMediaRecorder} objects mentioned above. The still
and video recording visual tabs are enabled and finally the
\l {QCamera::start()}{start()} function of the \l{QCamera} object is called.