diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 03:28:05 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 03:28:05 (GMT) |
commit | 019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (patch) | |
tree | 94838f0c1572e809da19c086018237cbbfdb1e01 /examples/declarative/velocity | |
parent | d51aa99179c0a30a7c78d8cf36d86f85ca887f7c (diff) | |
download | Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.zip Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.gz Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.bz2 |
Rename layouts to positioners
Diffstat (limited to 'examples/declarative/velocity')
-rw-r--r-- | examples/declarative/velocity/velocity.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/velocity/velocity.qml b/examples/declarative/velocity/velocity.qml index a1fbcc1..f609537 100644 --- a/examples/declarative/velocity/velocity.qml +++ b/examples/declarative/velocity/velocity.qml @@ -98,7 +98,7 @@ Rect { id: Flick anchors.fill: parent viewportWidth: Lay.width - HorizontalLayout { + HorizontalPositioner { id: Lay Repeater { dataSource: List |