aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-28 13:16:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-29 03:29:53 +0100
commit5587885a71b962eb9443c1f83e3e477490bd691d (patch)
treee44a672de25f28baa4016356ae9698a5615dd898 /examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
parentea2f93567f2d37ffdf6d8462be8a21e8640a2b76 (diff)
Update to QtQuick 2.0
Note that the plugin only exposes QObject types, not QDeclarativeItem. Change-Id: I817d143f762239e32456a7ac8fcca29c483a4f8e Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml')
-rw-r--r--examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml b/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
index 31eac2e334..a85910ebda 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
+++ b/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id: simplebutton