From e4fb343f897718beee106e72df13b5063d71d402 Mon Sep 17 00:00:00 2001 From: Nicholas Bennett Date: Mon, 9 May 2022 16:05:21 +0300 Subject: Docs: Fix broken links The muted and volume properties belong to the AudioOutput qml type, not the MediaPlayer type, so these were fixed. Added qtquickcontrols module dependency to qdoc project. Task-number: QTBUG-102306 Pick-to: 6.2 6.3 Change-Id: Iac447482c27a10a2cdba204739f753ccecd88289 Reviewed-by: Venugopal Shivashankar --- examples/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples/multimedia') diff --git a/examples/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc b/examples/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc index 9ddf91bc3..56cf91596 100644 --- a/examples/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc +++ b/examples/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc @@ -168,7 +168,7 @@ \youtube sf_yv01UtIw Defined in \c PlaybackSeekControl.qml, this component comprises of an item - with a Text, \c mediaTime, and \l{Slider}, \c mediaSlider, in a RowLayout. + with a Text, \c mediaTime, and \l[QML]{Slider}, \c mediaSlider, in a RowLayout. \c mediaTime uses MediaPlayer's \l{MediaPlayer::position}{position} property like so: @@ -194,8 +194,9 @@ \section2 Audio control \image audio-control.gif This type is defined in \c AudioControl.qml, and utilizes the - \l{MediaPlayer::muted}{muted} and \l{MediaPlayer::volume}{volume} properties - of MediaPlayer. + \l{AudioOutput::muted}{muted} and \l{AudioOutput::volume}{volume} properties + of the AudioOutput instantiated within the MediaPlayer, which is + instantiated in \c{main.qml}. \quotefromfile multimedia/video/mediaplayer/AudioControl.qml \skipto required -- cgit v1.2.3