summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-23 00:16:16 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-23 00:16:16 (GMT)
commit8987d9c2946d2cc565cec562393ee3627582699f (patch)
tree70a5333fefed51724f00918293540ce076c95924 /src/declarative/fx/qfxlistview.cpp
parentdc602e3b9c4d5e4da1d57ed657d82e73401b4531 (diff)
parent56195216c52b28dc05eb6b2944f0fac01a222fdf (diff)
downloadQt-8987d9c2946d2cc565cec562393ee3627582699f.zip
Qt-8987d9c2946d2cc565cec562393ee3627582699f.tar.gz
Qt-8987d9c2946d2cc565cec562393ee3627582699f.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxlistview.cpp')
-rw-r--r--src/declarative/fx/qfxlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp
index 9c07d6f..54e46cf 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -423,7 +423,7 @@ FxListItem *QFxListViewPrivate::createItem(int modelIndex)
}
// complete
model->completeItem();
- listItem->item->setZ(modelIndex + 1);
+ listItem->item->setZValue(modelIndex + 1);
listItem->item->setParent(q->viewport());
if (orient == Qt::Vertical)
QObject::connect(listItem->item, SIGNAL(heightChanged()), q, SLOT(itemResized()));