summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/audioengine/qdeclarative_audiolistener_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_audiolistener_p.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/imports/audioengine/qdeclarative_audiolistener_p.cpp b/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
index f45010930..39a30171b 100644
--- a/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
@@ -55,15 +55,10 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This type is part of the \b{QtAudioEngine 1.0} module.
-
AudioListener will have only one global instance and you can either access it through the
listener property of AudioEngine:
\qml
- import QtQuick 2.0
- import QtAudioEngine 1.0
-
Rectangle {
color:"white"
width: 300
@@ -98,9 +93,6 @@ QT_USE_NAMESPACE
or alternatively, by defining an AudioListener outside AudioEngine:
\qml
- import QtQuick 2.0
- import QtAudioEngine 1.0
-
Rectangle {
color:"white"
width: 300