summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/charts/qmlchart/qml/qmlchart/View5.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmlchart/qml/qmlchart/View5.qml b/examples/charts/qmlchart/qml/qmlchart/View5.qml
index e67b3067..f84f8612 100644
--- a/examples/charts/qmlchart/qml/qmlchart/View5.qml
+++ b/examples/charts/qmlchart/qml/qmlchart/View5.qml
@@ -53,7 +53,6 @@ Item {
ScatterSeries {
name: "Scatter2"
- //![1]
XYPoint { x: 2.0; y: 2.0 }
XYPoint { x: 2.0; y: 2.1 }
XYPoint { x: 2.07; y: 2.05 }
@@ -62,4 +61,5 @@ Item {
XYPoint { x: 2.67; y: 2.65 }
}
}
+ //![1]
}