diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-26 08:43:43 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-26 08:43:43 (GMT) |
commit | 84fd26983a40ecae3e761106aa8f550c3b7fd7ba (patch) | |
tree | 9923adc01e1fa3767132db16b644f64e06c9b1f7 /src/multimedia | |
parent | a498d551c701edb619de3639eda30e96b4da6afc (diff) | |
download | Qt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.zip Qt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.tar.gz Qt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.tar.bz2 |
doc: Added \since 4.7 to several \qmlclass elements.
Diffstat (limited to 'src/multimedia')
-rw-r--r-- | src/multimedia/qml/qmlaudio.cpp | 1 | ||||
-rw-r--r-- | src/multimedia/qml/qmlgraphicsvideo.cpp | 1 | ||||
-rw-r--r-- | src/multimedia/qml/qsoundeffect.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/multimedia/qml/qmlaudio.cpp b/src/multimedia/qml/qmlaudio.cpp index 89f045e..80f5678 100644 --- a/src/multimedia/qml/qmlaudio.cpp +++ b/src/multimedia/qml/qmlaudio.cpp @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE /*! \qmlclass Audio QmlAudio + \since 4.7 \brief The Audio element allows you to add audio playback to a scene. \qml diff --git a/src/multimedia/qml/qmlgraphicsvideo.cpp b/src/multimedia/qml/qmlgraphicsvideo.cpp index 7289f4d..baf96ba 100644 --- a/src/multimedia/qml/qmlgraphicsvideo.cpp +++ b/src/multimedia/qml/qmlgraphicsvideo.cpp @@ -69,6 +69,7 @@ void QmlGraphicsVideo::_q_error(int errorCode, const QString &errorString) /*! \qmlclass Video QmlGraphicsVideo + \since 4.7 \brief The Video element allows you to add videos to a scene. \inherits Item diff --git a/src/multimedia/qml/qsoundeffect.cpp b/src/multimedia/qml/qsoundeffect.cpp index 919aa75..541e6c9 100644 --- a/src/multimedia/qml/qsoundeffect.cpp +++ b/src/multimedia/qml/qsoundeffect.cpp @@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE /*! \qmlclass SoundEffect QSoundEffect + \since 4.7 \brief The SoundEffect element provides a way to play sound effects in qml. The following example plays a wav file on mouse click. |