Make QDeclarativeAudio use QMediaPlayer instead of the controls.
Very minor changes in semantics due to previous differences: * negative positions are not supported any more (clamped to >= 0) * setting muted to the same value previously set to the control itself won't signal any more. Change-Id: Iacf4310508d853ae82b63dee28095fce12b6ff28 Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
7c0b1da0ed
commit
e9ebbeef72
@@ -44,7 +44,7 @@
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
#include "qdeclarativeaudio_p_4.h"
|
||||
#include "qdeclarativemediametadata_p.h"
|
||||
#include "qdeclarativemediametadata_p_4.h"
|
||||
|
||||
#include <qmediaplayercontrol.h>
|
||||
#include <qmediaservice.h>
|
||||
|
||||
Reference in New Issue
Block a user