aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:47:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:42 +0000
commit3f2ac678971694fe6144a4e15197aff2ca38639b (patch)
tree06440cbf63932fb008f3aab29835b07d0310bada /tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml
parentb948c83255239a6fe49fca58a98f90e796ce9047 (diff)
Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0
Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml')
-rw-r--r--tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml b/tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml
deleted file mode 100644
index 64bfb5fc..00000000
--- a/tests/auto/snippets/data/frame/qtquickcontrols2-frame-frame.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.0
-import QtQuick.Controls 2.0
-
-Frame {
- width: 100
- height: 100
- Rectangle {
- parent: frame
- anchors.fill: parent
- color: 'transparent'
- border.color: 'red'
- }
-}