aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-22 16:52:10 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-30 15:41:26 +0000
commit53a9c9e2c01199aec3c0848593226f8a3e7d5dee (patch)
tree82dc1480fcd2817da1e206ffd9863021c4b3f107 /tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml
parent72f3a5a0957e4347f8f3db6d4638866e52a8ab61 (diff)
Move the code snippets to a more logical place
They are part of the documentation, but just auto-tested to ensure that they are actually creatable and don't throw warnings. Therefore the logical place is in the doc/snippets folder instead of somewhere in the tests/ tree. Change-Id: Id79a19890f7457ef277e7434a3fc6b6fb20eaa25 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml')
-rw-r--r--tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml b/tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml
deleted file mode 100644
index 991751af..00000000
--- a/tests/auto/snippets/data/qtlabscontrols-scrollindicator-background.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.0
-import Qt.labs.controls 1.0
-
-ScrollIndicator {
- size: 0.5
- position: 0.5
- active: true
- height: 100
- background: Rectangle {
- color: "transparent"
- border.color: "red"
- }
-}