aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/sampling.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/sampling.qml')
-rw-r--r--examples/quick/shapes/sampling.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shapes/sampling.qml b/examples/quick/shapes/sampling.qml
index 27515b6722..ef922ed5f2 100644
--- a/examples/quick/shapes/sampling.qml
+++ b/examples/quick/shapes/sampling.qml
@@ -203,7 +203,7 @@ Rectangle {
}
}
Text {
- text: qsTr("CurveRenderer")
+ text: qsTr("CurveRenderer [tech preview]")
}
// Now let's use CurveRenderer with built-in antialiasing support.