aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-09-04 11:38:40 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-05 11:03:50 +0000
commit28daf8cc73c6ba51bcdda3079d73c2db7919fc2a (patch)
tree72e6e44faeffff2208b0151c01c4cd04b0bc0d55 /tests
parent0947ce01d0a82e1f4dbc7eee53b0e1f91a573b0b (diff)
tst_Drawer: cleanup applicationwindow.qml
The MouseArea workaround was not removed when QTBUG-54629 was fixed. Change-Id: I725ca9a0b05811246e9a6a378f2c5e25c1cdca0f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/drawer/data/applicationwindow.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/drawer/data/applicationwindow.qml b/tests/auto/drawer/data/applicationwindow.qml
index a8ae69ed..9032ea0d 100644
--- a/tests/auto/drawer/data/applicationwindow.qml
+++ b/tests/auto/drawer/data/applicationwindow.qml
@@ -51,12 +51,5 @@ ApplicationWindow {
id: drawer
width: 200
height: 200
-
- MouseArea {
- // QTBUG-54629
- anchors.fill: parent
- anchors.margins: -Qt.styleHints.startDragDistance
- Rectangle { color: "red"; opacity: 0.25; anchors.fill: parent }
- }
}
}