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