summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_audiosample_p.cpp
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/imports/audioengine/qdeclarative_audiosample_p.cpp
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/imports/audioengine/qdeclarative_audiosample_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_audiosample_p.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
index 297af3b31..09f708702 100644
--- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
@@ -51,17 +51,12 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- \c AudioSample is part of the \b{QtAudioEngine 1.0} module.
-
It can be accessed through QtAudioEngine::AudioEngine::samples with its unique
name and must be defined inside AudioEngine or be added to it using
\l{QtAudioEngine::AudioEngine::addAudioSample()}{AudioEngine.addAudioSample()}
if AudioSample is created dynamically.
\qml
- import QtQuick 2.0
- import QtAudioEngine 1.0
-
Rectangle {
color:"white"
width: 300