aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-03-14 14:20:44 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-05-02 09:05:09 +0000
commit103aeab4c13f9969fbbd4f3d64e650373c35a141 (patch)
tree8c34545ec9527245e1c951a4edcf7b608ad015a5 /sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml
parent5f83ff14270cbe63492c08b5aa279d30a6c2677b (diff)
Doc: Update the QML advanced tutorial
- Switch the languague to 2nd person - Update the Qt Quick import statements - Replace instances of "elements" that referred to QML types or items. Change-Id: Iabac624270dbd8685bf1f4d2dec198984e7a3c68 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml')
-rw-r--r--sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml b/sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml
index 27520cef4..fb78c473c 100644
--- a/sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml
+++ b/sources/pyside2/doc/tutorials/qmladvancedtutorial/samegame/samegame1/Block.qml
@@ -49,7 +49,7 @@
****************************************************************************/
//![0]
-import QtQuick 1.0
+import QtQuick 2.0
Item {
id: block