Tidy up Audio documentation.
Change-Id: I864ba13375d7b8b035686c11687e76fbf672c431 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
73de758274
commit
19ce431f9f
@@ -457,7 +457,7 @@ void QDeclarativeAudio::seek(int position)
|
||||
|
||||
This property indicates if loading of media should begin immediately.
|
||||
|
||||
Defaults to true, if false media will not be loaded until playback is started.
|
||||
Defaults to \c true. If \c false, the media will not be loaded until playback is started.
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -539,7 +539,7 @@ QDeclarativeAudio::PlaybackState QDeclarativeAudio::playbackState() const
|
||||
|
||||
This property controls whether the media will begin to play on start up.
|
||||
|
||||
Defaults to false, if set true the value of autoLoad will be overwritten to true.
|
||||
Defaults to \c false. If set to \c true, the value of autoLoad will be overwritten to \c true.
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -1342,7 +1342,7 @@ void QDeclarativeAudio::_q_statusChanged()
|
||||
|
||||
This property controls whether the media will begin to play on start up.
|
||||
|
||||
Defaults to false, if set true the value of autoLoad will be overwritten to true.
|
||||
Defaults to \c false. If set to \c true, the value of autoLoad will be overwritten to \c true.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user