summaryrefslogtreecommitdiffstats
path: root/examples/declarative-camera/CameraButton.qml
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-camera/CameraButton.qml
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-camera/CameraButton.qml')
-rw-r--r--examples/declarative-camera/CameraButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative-camera/CameraButton.qml b/examples/declarative-camera/CameraButton.qml
index 4b2c663e9..7fb4999e9 100644
--- a/examples/declarative-camera/CameraButton.qml
+++ b/examples/declarative-camera/CameraButton.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Item {
id: button