summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-26 02:38:49 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-26 02:38:49 (GMT)
commit6da3b5b7e49c17cb7159eb9fd752abe45c1e2fac (patch)
tree8d77dbb99b3fa2be05ca86c082dde21ea13832b1 /tests/auto/declarative/qdeclarativelistview
parentf096fb75c20b82e89e74bb48b7e82fcdfe3f06de (diff)
downloadQt-6da3b5b7e49c17cb7159eb9fd752abe45c1e2fac.zip
Qt-6da3b5b7e49c17cb7159eb9fd752abe45c1e2fac.tar.gz
Qt-6da3b5b7e49c17cb7159eb9fd752abe45c1e2fac.tar.bz2
Update test.
Diffstat (limited to 'tests/auto/declarative/qdeclarativelistview')
-rw-r--r--tests/auto/declarative/qdeclarativelistview/data/listviewtest.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/declarative/qdeclarativelistview/data/listviewtest.qml b/tests/auto/declarative/qdeclarativelistview/data/listviewtest.qml
index 1c1b3f8..cc64c3f 100644
--- a/tests/auto/declarative/qdeclarativelistview/data/listviewtest.qml
+++ b/tests/auto/declarative/qdeclarativelistview/data/listviewtest.qml
@@ -85,12 +85,10 @@ Rectangle {
}
color: ListView.isCurrentItem ? "lightsteelblue" : "white"
ListView.onRemove: SequentialAnimation {
- ScriptAction { script: console.log("Fix PropertyAction with attached properties") }
-/*
PropertyAction { target: wrapper; property: "ListView.delayRemove"; value: true }
NumberAnimation { target: wrapper; property: "scale"; to: 0; duration: 250; easing.type: "InOutQuad" }
PropertyAction { target: wrapper; property: "ListView.delayRemove"; value: false }
-*/
+
}
}
},