summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-11-18 04:58:37 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-11-18 04:58:37 (GMT)
commiteaa5d6d945b5bcab2cbdce01a0780ccdadbd2719 (patch)
treef7cc4f6dca422c63a4b9242f91fded54e763fb5c /tests/auto
parenta8fedac7834029c80ffc2baaecf6aebef2e51c47 (diff)
downloadQt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.zip
Qt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.tar.gz
Qt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.tar.bz2
Make sure pathview flicks go through event filter path also.
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml b/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml
index 1ffbe15..70018b6 100644
--- a/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml
+++ b/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml
@@ -21,6 +21,8 @@ Rectangle {
id: wrapper
width: 85; height: 85; color: lColor
scale: wrapper.PathView.scale
+
+ MouseRegion { anchors.fill: parent }
transform: Rotation {
id: itemRotation; origin.x: wrapper.width/2; origin.y: wrapper.height/2