summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-04-26 14:41:25 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-28 20:05:55 +0000
commit1c790229a865d7e05593ee27792a1c6de45c47f4 (patch)
treea7f473e6159eb83920ed84a165f753f01a05ff4f
parent31fadb96c345152bafe270b5f327c2e0e0c5bb7a (diff)
downloadqtmultimedia-1c790229a865d7e05593ee27792a1c6de45c47f4.tar.gz
Docs: Fix "Can't link to" example warnings
Task-number: QTBUG-113160 Change-Id: I0187a0f9ab419694b6e801d1f44cbb59394ec7c7 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 494cdc948ccceea37cdc25ae3f6ba32768d73635) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/multimedia/video/recorder/doc/src/recorder.qdoc2
-rw-r--r--src/multimedia/doc/src/multimedia-overview.qdoc6
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/multimedia/video/recorder/doc/src/recorder.qdoc b/examples/multimedia/video/recorder/doc/src/recorder.qdoc
index fcf88ceed..bcea805f8 100644
--- a/examples/multimedia/video/recorder/doc/src/recorder.qdoc
+++ b/examples/multimedia/video/recorder/doc/src/recorder.qdoc
@@ -91,7 +91,7 @@
\section3 Selecting an audio input
- Implemented in the same way as \l{Selecting a camera} and defined in
+ Implemented in the same way as \l{Selecting a video source} and defined in
\c AudioInputSelect.qml like so:
\quotefromfile video/recorder/AudioInputSelect.qml
diff --git a/src/multimedia/doc/src/multimedia-overview.qdoc b/src/multimedia/doc/src/multimedia-overview.qdoc
index 787c9b59e..e32981445 100644
--- a/src/multimedia/doc/src/multimedia-overview.qdoc
+++ b/src/multimedia/doc/src/multimedia-overview.qdoc
@@ -95,19 +95,19 @@ For some quick recipes, see this table:
\row
\li Capturing audio and video
\li \l {Camera Example}{camera},
- \l {QML Recorder Example}{recorder}
+ \li \l {QML Video Recorder}{recorder}
\li \l CaptureSession, \l Camera, \l AudioInput \l VideoOutput
\li QMediaCaptureSession, QCamera, QAudioInput, QVideoWidget
\row
\li Capturing photos
\li \l {Camera Example}{camera},
- \l {QML Recorder Example}{recorder}
+ \li \l {QML Video Recorder}{recorder}
\li \l CaptureSession, \l Camera, \l ImageCapture
\li QMediaCaptureSession, QCamera, QImageCapture
\row
\li Capturing movies
\li \l {Camera Example}{camera},
- \l {QML Recorder Example}{recorder}
+ \li \l {QML Video Recorder}{recorder}
\li \l CaptureSession, \l Camera, \l MediaRecorder
\li QMediaCaptureSession, QCamera, QMediaRecorder
\endtable