diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 06:06:40 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 07:00:11 (GMT) |
commit | 2a0d90e2ebd1690a74803286f1611986fa35dd0a (patch) | |
tree | 5399646af4599335051ffaa715760b4a143232bf /doc/src/snippets/declarative/repeater-index.qml | |
parent | 4e406c67576848d92a1a051aa7ed4541ac1c2dba (diff) | |
download | Qt-2a0d90e2ebd1690a74803286f1611986fa35dd0a.zip Qt-2a0d90e2ebd1690a74803286f1611986fa35dd0a.tar.gz Qt-2a0d90e2ebd1690a74803286f1611986fa35dd0a.tar.bz2 |
import Qt 4.6 -> import Qt 4.7
Diffstat (limited to 'doc/src/snippets/declarative/repeater-index.qml')
-rw-r--r-- | doc/src/snippets/declarative/repeater-index.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/repeater-index.qml b/doc/src/snippets/declarative/repeater-index.qml index 9063967..709eaf2 100644 --- a/doc/src/snippets/declarative/repeater-index.qml +++ b/doc/src/snippets/declarative/repeater-index.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 50; height: childrenRect.height; color: "white" |