summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-08 11:01:09 +0200
committerKai Köhne <kai.koehne@qt.io>2021-08-02 10:25:31 +0200
commitb3c0ecd839c63690e4f76fc895ed7082245caf41 (patch)
tree99767bcdb1a954d3fd712af624670bd0fabf37f7 /examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
parentc80f7073955973d42fcc8752ac818da047d9157b (diff)
Tag Qt Multimedia Widgets examples with 'widgets'
The QML examples have QML in the name, and therefore are tagged with 'qml'. Make sure that the examples using MultimediaWidgets are also tagged with 'widgets'. Pick-to: 6.2 Change-Id: I02495f6d08b24e1f84a975d1d7bd9118bf1c4e7a Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc')
-rw-r--r--examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc b/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
index 723f7742f..8f46e01ac 100644
--- a/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
+++ b/examples/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
@@ -30,6 +30,7 @@
\title Audio Recorder Example
\ingroup multimedia_examples
\brief Discovering the available devices and supported codecs.
+ \meta {tag} {widgets}
\e{Audio Recorder} demonstrates how to identify the available devices and
supported codecs, and the use of QAudioRecorder class.