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