From 3d88a055d03dc680ef0960aba872d2c9f67301fb Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Wed, 11 Jan 2012 12:12:55 +1000 Subject: Updated QtMultimedia declarative module to version 5.0 The QtMultimedia module should have version 5.0 to align with Qt 5 in general. This change updates the version, but keeps 4.0 versions of the elements for compatability purposes. Documentation and examples has also been updated to reflect this version change. Change-Id: Ica10c1a5ecc2c7233192a65e04ff77eb33a77e30 Reviewed-by: Michael Goddard --- src/imports/multimedia/Video.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/multimedia/Video.qml') diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml index 3c96bcd7e..4fafc0ea4 100644 --- a/src/imports/multimedia/Video.qml +++ b/src/imports/multimedia/Video.qml @@ -40,7 +40,7 @@ ****************************************************************************/ import QtQuick 2.0 -import QtMultimedia 4.0 +import QtMultimedia 5.0 Item { id: video -- cgit v1.2.3