summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Petter Skålerud <[email protected]>2025-05-23 12:23:53 +0200
committerNils Petter Skålerud <[email protected]>2025-05-23 12:58:09 +0200
commitc5253ce06435e1f532dc62bc1cc51ab18eecd456 (patch)
treefc6fde61b223455b96e76f0a16302d1a3f09b425
parent73249c76a971ac08885d77a0c82246a5c1842a88 (diff)
MediaFormat: Fix broken mediaFormat QML link in MediaRecorder docsHEADdev
A typo in the type name causes the hyperlink to not get generated. Pick-to: 6.9 6.8 Change-Id: Iacb483f62c85453be5f8aa09f94b442c57f0e0c3 Reviewed-by: Tim Blechmann <[email protected]>
-rw-r--r--src/multimedia/recording/qmediarecorder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/recording/qmediarecorder.cpp b/src/multimedia/recording/qmediarecorder.cpp
index 2dc33e992..879c518c1 100644
--- a/src/multimedia/recording/qmediarecorder.cpp
+++ b/src/multimedia/recording/qmediarecorder.cpp
@@ -811,7 +811,7 @@ QMediaCaptureSession *QMediaRecorder::captureSession() const
/*!
- \qmlproperty MediaFormat QtMultimedia::MediaRecorder::mediaFormat
+ \qmlproperty mediaFormat QtMultimedia::MediaRecorder::mediaFormat
\brief This property holds the current MediaFormat of the recorder.
*/