summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-16 06:19:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-16 06:19:35 (GMT)
commitc01c0c9746fbd54d29683b79de2bf973e5c40cec (patch)
treef726b7a2af48001148cc2427c8f78ae8bcaf0e6c /src/multimedia
parentecdc0ebacd97f0d607dcbe884751c203a296a88c (diff)
downloadQt-c01c0c9746fbd54d29683b79de2bf973e5c40cec.zip
Qt-c01c0c9746fbd54d29683b79de2bf973e5c40cec.tar.gz
Qt-c01c0c9746fbd54d29683b79de2bf973e5c40cec.tar.bz2
More QML doc consistency.
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/effects/qsoundeffect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/effects/qsoundeffect.cpp b/src/multimedia/effects/qsoundeffect.cpp
index d34e532..1992ee5 100644
--- a/src/multimedia/effects/qsoundeffect.cpp
+++ b/src/multimedia/effects/qsoundeffect.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass SoundEffect QSoundEffect
\since 4.7
- \brief The SoundEffect element provides a way to play sound effects in qml.
+ \brief The SoundEffect element provides a way to play sound effects in QML.
This element is part of the \bold{Qt.multimedia 4.7} module.
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty QUrl SoundEffect::source
+ \qmlproperty url SoundEffect::source
This property provides a way to control the sound to play.
*/