diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2012-07-27 14:51:00 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-27 14:56:32 +0200 |
commit | 011e151c4e010793a004303c67e0df1aa002dfe2 (patch) | |
tree | 4b5cf21f646ccc630829318c4c3f91c3e261d5e2 /src/multimedia | |
parent | b976589a66eafc7b69195a690210fe1d02bb141e (diff) | |
download | qtmultimedia-011e151c4e010793a004303c67e0df1aa002dfe2.tar.gz |
Doc: Changed \qmlclass to \qmltype and added \instantiates
-New qdoc command \qmltype replaces \qmlclass
-\instantiates <C++ class> for determining if the QML type has a C++
implementation
Change-Id: I83d1e2c3f376f96ea51afedadf88c3cf478e33d8
Reviewed-by: Martin Smith <martin.smith@nokia.com>
Diffstat (limited to 'src/multimedia')
-rw-r--r-- | src/multimedia/audio/qsoundeffect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/multimedia/audio/qsoundeffect.cpp b/src/multimedia/audio/qsoundeffect.cpp index 373e6fb0d..9c0eece63 100644 --- a/src/multimedia/audio/qsoundeffect.cpp +++ b/src/multimedia/audio/qsoundeffect.cpp @@ -82,7 +82,8 @@ QT_BEGIN_NAMESPACE /*! - \qmlclass SoundEffect QSoundEffect + \qmltype SoundEffect + \instantiates QSoundEffect \brief The SoundEffect type provides a way to play sound effects in QML. \inmodule QtMultimedia |