summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/player/doc/src/player.qdoc
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 /examples/multimediawidgets/player/doc/src/player.qdoc
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 'examples/multimediawidgets/player/doc/src/player.qdoc')
-rw-r--r--examples/multimediawidgets/player/doc/src/player.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/multimediawidgets/player/doc/src/player.qdoc b/examples/multimediawidgets/player/doc/src/player.qdoc
index 9cdc84b07..dad969375 100644
--- a/examples/multimediawidgets/player/doc/src/player.qdoc
+++ b/examples/multimediawidgets/player/doc/src/player.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -29,6 +29,7 @@
\example multimediawidgets/player
\title Media Player Example
\ingroup multimedia_examples
+ \ingroup video_examples
\brief Playing audio and video.
\meta {tag} {widgets}