summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.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/qfxgridview.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/qfxgridview.cpp')
-rw-r--r--src/declarative/fx/qfxgridview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxgridview.cpp b/src/declarative/fx/qfxgridview.cpp
index 4512b46..f3a43e2 100644
--- a/src/declarative/fx/qfxgridview.cpp
+++ b/src/declarative/fx/qfxgridview.cpp
@@ -358,7 +358,7 @@ FxGridItem *QFxGridViewPrivate::createItem(int modelIndex)
listItem->index = modelIndex;
// complete
model->completeItem();
- listItem->item->setZ(modelIndex + 1);
+ listItem->item->setZValue(modelIndex + 1);
listItem->item->setParent(q->viewport());
}
requestedIndex = 0;