diff options
author | Nils Petter Skålerud <[email protected]> | 2025-05-23 12:23:53 +0200 |
---|---|---|
committer | Nils Petter Skålerud <[email protected]> | 2025-05-23 12:58:09 +0200 |
commit | c5253ce06435e1f532dc62bc1cc51ab18eecd456 (patch) | |
tree | fc6fde61b223455b96e76f0a16302d1a3f09b425 | |
parent | 73249c76a971ac08885d77a0c82246a5c1842a88 (diff) |
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.cpp | 2 |
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. */ |