summaryrefslogtreecommitdiffstats
path: root/src/multimedia/doc/qtmultimedia.qdocconf
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-17 12:55:03 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-20 17:29:15 +0000
commit87143a294566ca12331d15d8afb0423462be7047 (patch)
tree34ae611c23bc2c5229fb33a2b96b463233fee45f /src/multimedia/doc/qtmultimedia.qdocconf
parentf01259068ee35f76fd641dadcd358c28b752a88c (diff)
Add some basic docs for the media player and recorder examples
Hook up those examples in the correct places, remove a stale link to the qmlvideofx example and fix the highlighted examples list to include four examples, showing playback and capture for both C++ and QML. Change-Id: I79177b7f398c418ab3ba723e9ff2cd5ef3de1cf6 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit d750ae98cd3b13d96eb9865a1eb0ec328278de14) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/multimedia/doc/qtmultimedia.qdocconf')
-rw-r--r--src/multimedia/doc/qtmultimedia.qdocconf6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/multimedia/doc/qtmultimedia.qdocconf b/src/multimedia/doc/qtmultimedia.qdocconf
index 7e9a97b54..09af5077a 100644
--- a/src/multimedia/doc/qtmultimedia.qdocconf
+++ b/src/multimedia/doc/qtmultimedia.qdocconf
@@ -48,8 +48,10 @@ exampledirs += ../../../examples \
snippets \
../../multimediawidgets/doc/snippets
-manifestmeta.highlighted.names = "QtMultimedia/QML Video Shader Effects Example" \
- "QtMultimedia/Media Player Example"
+manifestmeta.highlighted.names = "QtMultimedia/QML Media Player Example" \
+ "QtMultimedia/Media Player Example" \
+ "QtMultimedia/Camera Example" \
+ "QtMultimedia/QML Recorder Example" \
headerdirs += ../..