aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml')
-rw-r--r--tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml b/tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml
deleted file mode 100644
index fcdfdd7d..00000000
--- a/tests/auto/snippets/data/togglebutton/qtquickcontrols2-togglebutton-normal.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-import QtQuick.Controls 2.0
-
-ToggleButton {
- text: "Normal"
-}