Fix MediaPlayer::playlist documentation.

Added missing '\since 5.6' tag.

Change-Id: I46e0ea8bad85fb1f51f5502766c13549c6dad9d5
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
Yoann Lopes
2015-08-24 14:51:48 +02:00
parent 3477104e0d
commit f5e18c6239
2 changed files with 6 additions and 0 deletions

View File

@@ -327,6 +327,8 @@ Item {
This property holds the playlist used by the media player. This property holds the playlist used by the media player.
Setting the \l playlist property resets the \l source to an empty string. Setting the \l playlist property resets the \l source to an empty string.
\since 5.6
*/ */
property alias playlist: player.playlist property alias playlist: player.playlist

View File

@@ -556,6 +556,8 @@ void QDeclarativeAudio::seek(int position)
This property holds the playlist used by the media player. This property holds the playlist used by the media player.
Setting the \l playlist property resets the \l source to an empty string. Setting the \l playlist property resets the \l source to an empty string.
\since 5.6
*/ */
/*! /*!
@@ -1186,6 +1188,8 @@ void QDeclarativeAudio::_q_mediaChanged(const QMediaContent &media)
This property holds the playlist used by the media player. This property holds the playlist used by the media player.
Setting the \l playlist property resets the \l source to an empty string. Setting the \l playlist property resets the \l source to an empty string.
\since 5.6
*/ */
/*! /*!