summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/camera
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-22 15:08:25 +0200
committerLars Knoll <lars.knoll@qt.io>2021-09-22 18:54:09 +0200
commitbaa34e18560d816c82d8779fbb40b1911ee0e164 (patch)
tree8000bfb5fbb0fe5adbee84359fe490b05ddfd763 /examples/multimediawidgets/camera
parent903994ea7c96aaf7830353d3a0183ce5e46dab87 (diff)
Fix the remaining qdoc warnings
Fix all qdoc warnings inside the Qt Multimedia module. Pick-to: 6.2 6.2.0 Change-Id: I4a581aa4f9fa9d96d58279884116ed10ca7bf837 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/multimediawidgets/camera')
-rw-r--r--examples/multimediawidgets/camera/doc/src/camera.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimediawidgets/camera/doc/src/camera.qdoc b/examples/multimediawidgets/camera/doc/src/camera.qdoc
index fd46f55b8..4db430fc3 100644
--- a/examples/multimediawidgets/camera/doc/src/camera.qdoc
+++ b/examples/multimediawidgets/camera/doc/src/camera.qdoc
@@ -66,7 +66,7 @@ passing in a \l QCameraDevice.
functionality of the Camera class using signals and slots. It also instantiates
and initializes the \l {QCamera}, \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}
+and finally the \l {QCamera::start}{start()} function of the \l{QCamera}
object is called.
Now that the camera is ready for user commands it waits for a suitable event.