aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/switch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/accessibility/data/switch.qml')
-rw-r--r--tests/auto/accessibility/data/switch.qml11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/auto/accessibility/data/switch.qml b/tests/auto/accessibility/data/switch.qml
index 9913e3f1..8bb43893 100644
--- a/tests/auto/accessibility/data/switch.qml
+++ b/tests/auto/accessibility/data/switch.qml
@@ -1,13 +1,6 @@
import QtQuick 2.5
-import QtQuick.Window 2.2
import QtQuick.Controls 2.0
-Window {
- visible: true
-
- Switch {
- //id: switch
- objectName: "switch"
- text: "Switch"
- }
+Switch {
+ text: "Switch"
}