From 6854f072576ae81a36b5f040f83f239d9f004e77 Mon Sep 17 00:00:00 2001 From: Dmytro Poplavskiy Date: Thu, 19 Jul 2012 14:12:05 +1000 Subject: Removed the playbackStateChanged signal from Video element It conflicts with Video.playbackState property notifications Change-Id: I47901547e9db6f2b71e25c05ca8ce24c402eb5a2 Reviewed-by: Michael Goddard --- src/imports/multimedia/Video.qml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/imports/multimedia/Video.qml') diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml index dc901e73c..b0454d7ce 100644 --- a/src/imports/multimedia/Video.qml +++ b/src/imports/multimedia/Video.qml @@ -337,13 +337,6 @@ Item { */ signal playing - /*! - \qmlsignal Video::playbackStateChanged() - - This signal is emitted whenever the state of playback changes. - */ - signal playbackStateChanged - VideoOutput { id: videoOut anchors.fill: video @@ -355,8 +348,6 @@ Item { onPaused: video.paused() onStopped: video.stopped() onPlaying: video.playing() - - onPlaybackStateChanged: video.playbackStateChanged() } /*! -- cgit v1.2.3