summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_sound_p.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-10-02 16:27:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-03 10:54:17 +0200
commit3793b0653f4127e8f84808419b05115a66c3bc03 (patch)
tree5b76d644393791ac555595ae162d66b3544328cb /src/imports/audioengine/qdeclarative_sound_p.cpp
parent43be5d9763eea0b7a71c627f05ffb5de0b97249f (diff)
Doc: Various fixes to Qt Audio Engine documentation
-fixed \since to "\since 5.0" (Qt version 5.0) -made a \qmlmodule page so the list of related classes are automatically listed -made changes in the Qt Multimedia documentation to link to the Qt Audio Engine documentation Change-Id: Ibdd3da02871648988a73172934e684840c4ce0ae Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'src/imports/audioengine/qdeclarative_sound_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_sound_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/audioengine/qdeclarative_sound_p.cpp b/src/imports/audioengine/qdeclarative_sound_p.cpp
index f715af0d4..5b22d43ba 100644
--- a/src/imports/audioengine/qdeclarative_sound_p.cpp
+++ b/src/imports/audioengine/qdeclarative_sound_p.cpp
@@ -140,10 +140,10 @@ void QDeclarativeSoundCone::componentComplete()
/*!
\qmltype Sound
\instantiates QDeclarativeSound
- \since 1.0
+ \since 5.0
\brief Define a variety of samples and parameters to be used for
SoundInstance.
- \inqmlmodule QtAudioEngine 1.0
+ \inqmlmodule QtAudioEngine
\ingroup multimedia_audioengine
\inherits Item
\preliminary