diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-04 23:50:53 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-05 02:54:01 (GMT) |
commit | dcee637a9f7a024803f0e5cc1bf57d878dca2ac3 (patch) | |
tree | 212950e45a79aeffc0a22492093f6531676739d2 /examples/declarative/tutorials/samegame/samegame2/Block.qml | |
parent | 4982b883c31874206aaa05268852fbcee81a8a39 (diff) | |
download | Qt-dcee637a9f7a024803f0e5cc1bf57d878dca2ac3.zip Qt-dcee637a9f7a024803f0e5cc1bf57d878dca2ac3.tar.gz Qt-dcee637a9f7a024803f0e5cc1bf57d878dca2ac3.tar.bz2 |
Doc improvements, simplify example code
Diffstat (limited to 'examples/declarative/tutorials/samegame/samegame2/Block.qml')
-rw-r--r-- | examples/declarative/tutorials/samegame/samegame2/Block.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame2/Block.qml b/examples/declarative/tutorials/samegame/samegame2/Block.qml index 4e71e60..39da84e 100644 --- a/examples/declarative/tutorials/samegame/samegame2/Block.qml +++ b/examples/declarative/tutorials/samegame/samegame2/Block.qml @@ -6,6 +6,6 @@ Item { Image { id: img anchors.fill: parent - source: "../shared/pics/redStone.png"; + source: "../shared/pics/redStone.png" } } |