summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-04-26 14:41:25 +0200
committerSafiyyah Moosa <safiyyah.moosa@qt.io>2023-04-28 21:23:00 +0200
commit494cdc948ccceea37cdc25ae3f6ba32768d73635 (patch)
treef294d933f64e919c75fbf11f0ce06bd62aab4572
parentc75c8648c24dc94d5ff9689e995be6380f431c99 (diff)
downloadqtmultimedia-494cdc948ccceea37cdc25ae3f6ba32768d73635.tar.gz
Docs: Fix "Can't link to" example warnings
Task-number: QTBUG-113160 Pick-to: 6.5 Change-Id: I0187a0f9ab419694b6e801d1f44cbb59394ec7c7 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-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