summaryrefslogtreecommitdiffstats
path: root/examples/declarative-radio
diff options
context:
space:
mode:
authorJonas Rabbe <jonas.rabbe@nokia.com>2012-01-11 12:12:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-11 04:11:48 +0100
commit3d88a055d03dc680ef0960aba872d2c9f67301fb (patch)
treee7b68daefb95baf083fedd5d9ba172678ffee2ba /examples/declarative-radio
parent99b80809c737cb6eb0577788a94d06f8429f4d1b (diff)
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 <michael.goddard@nokia.com>
Diffstat (limited to 'examples/declarative-radio')
-rw-r--r--examples/declarative-radio/view.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative-radio/view.qml b/examples/declarative-radio/view.qml
index e1fcb7130..0c7736106 100644
--- a/examples/declarative-radio/view.qml
+++ b/examples/declarative-radio/view.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import Qt.multimedia 4.0
+import QtMultimedia 5.0
Rectangle {
width: 400; height: 300;