summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-09-09 14:56:54 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-09-24 05:26:15 +0200
commit2cf23496f347c35ad32d37d8151998d12e26278d (patch)
tree3fc76fb39ade2a2f09808d3b2d4f57398139d379 /examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
parentfaa56ec161889926dba78447ec1b5288fb0ab7a5 (diff)
Doc: Fix various documentation issues
* Fix linking issues * Document all QMediaFormat::AudioCodec enum values * Fix example \quotefromfile paths * Document QMediaFormat::ResolveFlags * Drop links to removed classes/functions Fixes: QTBUG-96340 Change-Id: Iae82295e9cd396b392af2e577b21158ad1509fd3 Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit e22ddea9d62d84a4b28b2395d4f259dd1d4b1094)
Diffstat (limited to 'examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc')
-rw-r--r--examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc b/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
index 89dc717e6..c96066687 100644
--- a/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
+++ b/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
@@ -76,11 +76,9 @@
will have the text "Resume".
Pressing the buttons will also result in a toggle based on the state. If
- recording is stopped, then pressing the record button will setup the
- \l{QAudioEncoderSettings} based on the values of the selection lists,
- will set the encoding settings and container on the \c audioRecorder
- object, and start recording using the
- \l{QMediaRecorder::record()}{record()} method.
+ recording is stopped, then pressing the record button will set the encoding
+ settings and container on the \c audioRecorder object, and start recording
+ using the \l{QMediaRecorder::record()}{record()} method.
\code
QMediaFormat format;