diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-04-19 01:16:48 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-04-19 07:31:10 (GMT) |
commit | 685549ea36f84c84805eee0191b362eea6c66728 (patch) | |
tree | 93d68e97d1a856a475126a995dde0b5661e92091 /examples/declarative/tutorials/samegame/samegame3/Block.qml | |
parent | 906a4c123794efd02b64b03fc544925ce3f4a012 (diff) | |
download | Qt-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.qml | 4 |
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 |