summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicspathview
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-23 06:47:50 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-23 06:47:50 (GMT)
commitcb3cd645082bda7b5142ceff31e5795f2d047c39 (patch)
tree152c67201476d81d423089cc5aef7e214bd8c85b /tests/auto/declarative/qmlgraphicspathview
parent5ffd6c0fba0ecc709551e414ed0649de15ac3754 (diff)
parent55fff3383b7fbac972a96c62345bc898c99eafc0 (diff)
downloadQt-cb3cd645082bda7b5142ceff31e5795f2d047c39.zip
Qt-cb3cd645082bda7b5142ceff31e5795f2d047c39.tar.gz
Qt-cb3cd645082bda7b5142ceff31e5795f2d047c39.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'tests/auto/declarative/qmlgraphicspathview')
-rw-r--r--tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp b/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp
index bb1c1af..b57142e 100644
--- a/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp
+++ b/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp
@@ -450,7 +450,6 @@ T *tst_QmlGraphicsPathView::findItem(QGraphicsObject *parent, const QString &obj
if (mo.cast(item) && (objectName.isEmpty() || item->objectName() == objectName)) {
if (index != -1) {
QmlExpression e(qmlContext(item), "index", item);
- e.setTrackChange(false);
if (e.value().toInt() == index)
return static_cast<T*>(item);
} else {