aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/drawer/data/applicationwindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/drawer/data/applicationwindow.qml')
-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 a826efab..0aa4b34e 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 }
- }
}
}