Remove unnecessary import statement in QML snippet
Change-Id: I1f34e52c4a8f72a91b1c673fe7e152335d8a0ade Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
@@ -88,9 +88,6 @@ void QDeclarativePlaylistItem::setSource(const QUrl &source)
|
|||||||
item's source URL can be accessed using the \c source role.
|
item's source URL can be accessed using the \c source role.
|
||||||
|
|
||||||
\qml
|
\qml
|
||||||
import QtQuick 2.0
|
|
||||||
import QtMultimedia 5.6
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
width: 400;
|
width: 400;
|
||||||
height: 300;
|
height: 300;
|
||||||
|
|||||||
Reference in New Issue
Block a user