summaryrefslogtreecommitdiffstats
path: root/src/multimedia/doc/src/multimedia.qdoc
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2016-02-24 14:25:33 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-25 16:27:43 +0000
commit9985224a89b830dc182b428f491b6187d6f0e1ba (patch)
tree98326763643aa9cd2b8eb862102f3be4421720d7 /src/multimedia/doc/src/multimedia.qdoc
parent857996876e769bbdd1ab5058b8c3c9c9f3406190 (diff)
Update version number in QML plugins.v5.6.0
Also removes unnecessary references of that import version in the documentation and snippets. The import version is always displayed at the top of every doc page anyway. Change-Id: Ifbf4666e0bc333c51f51104a5720b988e8c04d0b Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'src/multimedia/doc/src/multimedia.qdoc')
-rw-r--r--src/multimedia/doc/src/multimedia.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/doc/src/multimedia.qdoc b/src/multimedia/doc/src/multimedia.qdoc
index 5849af59d..813847d88 100644
--- a/src/multimedia/doc/src/multimedia.qdoc
+++ b/src/multimedia/doc/src/multimedia.qdoc
@@ -177,12 +177,12 @@ what changed, and what you might need to change when porting code.
\section2 QML Types
The QML types are accessed by using:
\code
-import QtMultimedia 5.5
+import QtMultimedia 5.6
\endcode
\annotatedlist multimedia_qml
The following types are accessed by using \l{Qt Audio Engine QML Types}{Qt Audio Engine}:
\code
-import QtAudioEngine 1.0
+import QtAudioEngine 1.1
\endcode
\annotatedlist multimedia_audioengine