diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 00:16:16 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 00:16:16 (GMT) |
commit | 8987d9c2946d2cc565cec562393ee3627582699f (patch) | |
tree | 70a5333fefed51724f00918293540ce076c95924 /src/declarative/fx/qfxlistview.cpp | |
parent | dc602e3b9c4d5e4da1d57ed657d82e73401b4531 (diff) | |
parent | 56195216c52b28dc05eb6b2944f0fac01a222fdf (diff) | |
download | Qt-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.cpp | 2 |
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())); |