summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-22 16:11:03 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-22 18:08:33 +0000
commit414831693108b08287d788eb4bab4f4bdb1f81f0 (patch)
treee96511852590f1ee9edcaa170227442de4a68928
parentc9df169e0e32cae7f32aa503a32707fac71f834c (diff)
Improve the text in the example overview page
The old text was likely still from Qt 4 times and completely outdated. Change-Id: Ie20aaf77e1e0b7f45202e544704eff6053af34de Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit e33c735656739f9a0b223c27d3009fea0eaa88db) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimedia/doc/src/qtmultimedia-examples.qdoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/multimedia/doc/src/qtmultimedia-examples.qdoc b/src/multimedia/doc/src/qtmultimedia-examples.qdoc
index d8da05c32..40e69efbd 100644
--- a/src/multimedia/doc/src/qtmultimedia-examples.qdoc
+++ b/src/multimedia/doc/src/qtmultimedia-examples.qdoc
@@ -31,7 +31,10 @@
\title Qt Multimedia Examples
\brief Demonstrates the multimedia functionality provided by Qt.
- The \l{Qt Multimedia} module provides low-level audio support on Linux,
- Windows and \macos. It also provides audio plugin API to allow developers
- implement their own audio support for custom devices and platforms.
+ The \l{Qt Multimedia} module provides cross-platform multimedia capabilities
+ for Qt based applications.
+
+ The examples listed below show some typical use cases in various areas, featuring
+ both low-level audio examples, high level audio and video playback
+ as well as capturing and recording of audiovisual content using both C++ and QML.
*/