summaryrefslogtreecommitdiffstats
path: root/demos/declarative/samegame/SamegameCore/Button.qml
diff options
context:
space:
mode:
authorChristopher Ham <christopher.ham@nokia.com>2011-01-28 06:03:22 (GMT)
committerChristopher Ham <christopher.ham@nokia.com>2011-01-28 06:03:22 (GMT)
commit74329f77d567e0b7e8cd4cab2ff6ce3f2b8892ad (patch)
tree69780dc6664a9b1f25d4d9fe1b76f66ea05a4adf /demos/declarative/samegame/SamegameCore/Button.qml
parent281f449dfcb533448c0f2df955b4f5c059db7ba2 (diff)
downloadQt-74329f77d567e0b7e8cd4cab2ff6ce3f2b8892ad.zip
Qt-74329f77d567e0b7e8cd4cab2ff6ce3f2b8892ad.tar.gz
Qt-74329f77d567e0b7e8cd4cab2ff6ce3f2b8892ad.tar.bz2
Update Docs, Examples and Demos for new CreateObject overloadable
Dynamic object in Docs explains QScriptValue argument. SameGame and Dynamic scene now make use of overloadable. Task-number: QTBUG-13087 Reviewed-by: Bea Lam
Diffstat (limited to 'demos/declarative/samegame/SamegameCore/Button.qml')
-rw-r--r--demos/declarative/samegame/SamegameCore/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/samegame/SamegameCore/Button.qml b/demos/declarative/samegame/SamegameCore/Button.qml
index aea4e53..b2b232c 100644
--- a/demos/declarative/samegame/SamegameCore/Button.qml
+++ b/demos/declarative/samegame/SamegameCore/Button.qml
@@ -39,7 +39,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 1.1
Rectangle {
id: container