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/qfxgridview.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/qfxgridview.cpp')
-rw-r--r-- | src/declarative/fx/qfxgridview.cpp | 2 |
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; |