summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame/samegame3/Block.qml
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-19 01:16:48 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-19 07:31:10 (GMT)
commit685549ea36f84c84805eee0191b362eea6c66728 (patch)
tree93d68e97d1a856a475126a995dde0b5661e92091 /examples/declarative/tutorials/samegame/samegame3/Block.qml
parent906a4c123794efd02b64b03fc544925ce3f4a012 (diff)
downloadQt-685549ea36f84c84805eee0191b362eea6c66728.zip
Qt-685549ea36f84c84805eee0191b362eea6c66728.tar.gz
Qt-685549ea36f84c84805eee0191b362eea6c66728.tar.bz2
Indentation and whitespace fixes in qml's samegame tutorial
Diffstat (limited to 'examples/declarative/tutorials/samegame/samegame3/Block.qml')
-rw-r--r--examples/declarative/tutorials/samegame/samegame3/Block.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame3/Block.qml b/examples/declarative/tutorials/samegame/samegame3/Block.qml
index dd0fb48..7411259 100644
--- a/examples/declarative/tutorials/samegame/samegame3/Block.qml
+++ b/examples/declarative/tutorials/samegame/samegame3/Block.qml
@@ -1,11 +1,11 @@
//![0]
import Qt 4.7
-Item {
+Item {
id: block
property int type: 0
-
+
Image {
id: img