summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-12-18 15:04:56 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-18 18:50:02 +0000
commit4740cdba44342b5df47dc82a175b9e16d1b1d4ee (patch)
tree00e39568c6fa1edb4cd2883d6aaed24af8ba838a /src
parent26718b8331adf972dd20c15772b8a65ee4a2fb9c (diff)
Fix broken table in Multimedia Overview doc page
The 4 column table "Multimedia Recipes" was broken because more columns were unintentionally added in the last rows. This patch fixes this issue before we update the table with missing features and examples. Pick-to: 6.6 6.5 Change-Id: I92de0636f04e11b55f8ec42ff724e3846c830e78 Reviewed-by: Pavel Dubsky <pavel.dubsky@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit 53688710456b28788dfe2592b04c6e19cd5f69f9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/multimedia/doc/src/multimedia-overview.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/doc/src/multimedia-overview.qdoc b/src/multimedia/doc/src/multimedia-overview.qdoc
index b5570ca7e..ba70da087 100644
--- a/src/multimedia/doc/src/multimedia-overview.qdoc
+++ b/src/multimedia/doc/src/multimedia-overview.qdoc
@@ -68,7 +68,7 @@ For some quick recipes, see this table:
\li QMediaPlayer
\row
\li Playing raw audio data with low latency
- \li \l{Audio Output Example}{audiooutput},
+ \li \l{Audio Output Example}{audiooutput}
\li
\li QAudioSink
\row
@@ -96,19 +96,19 @@ For some quick recipes, see this table:
\row
\li Capturing audio and video
\li \l {Camera Example}{camera},
- \li \l {QML Video Recorder}{recorder}
+ \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},
- \li \l {QML Video Recorder}{recorder}
+ \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},
- \li \l {QML Video Recorder}{recorder}
+ \l {QML Video Recorder}{recorder}
\li \l CaptureSession, \l Camera, \l MediaRecorder
\li QMediaCaptureSession, QCamera, QMediaRecorder
\endtable