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 17315096..0678f113 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.1
-Window {
- visible: true
-
- Switch {
- //id: switch
- objectName: "switch"
- text: "Switch"
- }
+Switch {
+ text: "Switch"
}