summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/Video.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/multimedia/Video.qml')
-rw-r--r--src/imports/multimedia/Video.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml
index f609c3f14..fda876805 100644
--- a/src/imports/multimedia/Video.qml
+++ b/src/imports/multimedia/Video.qml
@@ -282,10 +282,21 @@ Item {
\qmlproperty url Video::source
This property holds the source URL of the media.
+
+ Setting the \l source property clears the current \l playlist, if any.
*/
property alias source: player.source
/*!
+ \qmlproperty Playlist Video::playlist
+
+ This property holds the playlist used by the media player.
+
+ Setting the \l playlist property resets the \l source to an empty string.
+ */
+ property alias playlist: player.playlist
+
+ /*!
\qmlproperty enumeration Video::status
This property holds the status of media loading. It can be one of: