summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/rect/rect-painting.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/rect/rect-painting.qml')
-rw-r--r--tests/auto/declarative/visual/rect/rect-painting.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/visual/rect/rect-painting.qml b/tests/auto/declarative/visual/rect/rect-painting.qml
index 4b6e223..93beeec 100644
--- a/tests/auto/declarative/visual/rect/rect-painting.qml
+++ b/tests/auto/declarative/visual/rect/rect-painting.qml
@@ -52,13 +52,4 @@ Rectangle {
GradientRect { color: "thistle"; radius: 10; rotation: 10; smooth: true }
GradientRect { color: "thistle"; radius: 10; border: "gray"; rotation: 10; smooth: true }
}
-
- Text {
- text: "smooth: false"; font.bold: true
- anchors.horizontalCenter: parent.horizontalCenter; anchors.top: parent.top
- }
- Text {
- text: "smooth: true"; font.bold: true
- anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: parent.bottom
- }
}