summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmllistmodel.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-08-13 03:28:05 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-08-13 03:28:05 (GMT)
commit019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (patch)
tree94838f0c1572e809da19c086018237cbbfdb1e01 /src/declarative/util/qmllistmodel.cpp
parentd51aa99179c0a30a7c78d8cf36d86f85ca887f7c (diff)
downloadQt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.zip
Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.gz
Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.bz2
Rename layouts to positioners
Diffstat (limited to 'src/declarative/util/qmllistmodel.cpp')
-rw-r--r--src/declarative/util/qmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp
index 718040e..e2575ab 100644
--- a/src/declarative/util/qmllistmodel.cpp
+++ b/src/declarative/util/qmllistmodel.cpp
@@ -153,7 +153,7 @@ struct ListModelData
width: 200; height: 50
Text { id: Name; text: name }
Text { text: '$'+cost; anchors.right: parent.right }
- HorizontalLayout {
+ HorizontalPositioner {
anchors.top: Name.bottom
spacing: 5
Text { text: "Attributes:" }