diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-17 07:01:00 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-17 07:01:00 (GMT) |
commit | 2a9bc5163553a05fee61c289d09ec2ba963911bc (patch) | |
tree | e3b7774591edca4e26e455b91355a01ac8c6d597 /examples/declarative | |
parent | 6f75efdaf7f4fb378506cf52ec56588f02453806 (diff) | |
download | Qt-2a9bc5163553a05fee61c289d09ec2ba963911bc.zip Qt-2a9bc5163553a05fee61c289d09ec2ba963911bc.tar.gz Qt-2a9bc5163553a05fee61c289d09ec2ba963911bc.tar.bz2 |
Switch Repeater over to use VisualModel.
Also extend VisualModels to support the usage Repeater used to add.
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/easing/easing.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/easing/easing.qml b/examples/declarative/easing/easing.qml index df301d8..1909e00 100644 --- a/examples/declarative/easing/easing.qml +++ b/examples/declarative/easing/easing.qml @@ -59,7 +59,6 @@ Rectangle { model: EasingTypes Component { Text { - id: Text text: type height: 18 font.italic: true |