summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmllistmodel.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:58:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:58:38 (GMT)
commit8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c (patch)
tree622631b67c3edbc59a2dd46bc6dfc413262180d5 /src/declarative/util/qmllistmodel.cpp
parentd3e617b7cdad271623986ab4bfce1784477f7594 (diff)
downloadQt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.zip
Qt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.tar.gz
Qt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.tar.bz2
Rename positioners.
QFxBasePositioner still exists though.
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 51b0dae..98c552f 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 }
- HorizontalPositioner {
+ Row {
anchors.top: Name.bottom
spacing: 5
Text { text: "Attributes:" }