aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/applicationwindow/data/attachedProperties.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/applicationwindow/data/attachedProperties.qml')
-rw-r--r--tests/auto/applicationwindow/data/attachedProperties.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/applicationwindow/data/attachedProperties.qml b/tests/auto/applicationwindow/data/attachedProperties.qml
index 604a12bf..09bc47ef 100644
--- a/tests/auto/applicationwindow/data/attachedProperties.qml
+++ b/tests/auto/applicationwindow/data/attachedProperties.qml
@@ -68,7 +68,7 @@ ApplicationWindow {
property Item attached_overlay: ApplicationWindow.overlay
}
- Control {
+ Item {
id: childItem
property ApplicationWindow attached_window: ApplicationWindow.window
@@ -116,7 +116,7 @@ ApplicationWindow {
property Item attached_overlay: ApplicationWindow.overlay
}
- Control {
+ Item {
id: childWindowItem
property ApplicationWindow attached_window: ApplicationWindow.window
@@ -165,7 +165,7 @@ ApplicationWindow {
property Item attached_overlay: ApplicationWindow.overlay
}
- Control {
+ Item {
id: childAppWindowItem
property ApplicationWindow attached_window: ApplicationWindow.window