aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/snake/content/Button.qml
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-08-26 15:38:56 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-02 07:56:38 +0200
commit44dabd02d63ecdb776b6a102888af06cac5987c0 (patch)
tree0088cde4de22dafc5a53f009cba780abeb1ee6d4 /examples/declarative/snake/content/Button.qml
parent04f75faee3f7aedd10748a00d83ff87a97c223e6 (diff)
Update more examples to QtQuick 2.0
Minehunt and abstractitemmodel examples use QSGview Snake now using Particles 2.0 Minor examples and twitter have updated imports Removed duplicate delegate example Change-Id: I04f8f8aeb8ef34ab2a8678ccc1d6d594b9db166e Reviewed-on: http://codereview.qt.nokia.com/3630 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'examples/declarative/snake/content/Button.qml')
-rw-r--r--examples/declarative/snake/content/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/snake/content/Button.qml b/examples/declarative/snake/content/Button.qml
index d8a3363d6d..e9b13b187b 100644
--- a/examples/declarative/snake/content/Button.qml
+++ b/examples/declarative/snake/content/Button.qml
@@ -39,7 +39,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id: container