##// END OF EJS Templates
Docs fix: removed duplicated word, function is named append not add
Marek Rosa -
r2012:788ce28a3d66
parent child
Show More
@@ -10,7 +10,7
10
10
11 \snippet ../examples/donutbreakdown/main.cpp 1
11 \snippet ../examples/donutbreakdown/main.cpp 1
12
12
13 Then we create a chart where we add the data. Note that this this is our own chart derived from QChart.
13 Then we create a chart where we add the data. Note that this is our own chart derived from QChart.
14
14
15 \snippet ../examples/donutbreakdown/main.cpp 2
15 \snippet ../examples/donutbreakdown/main.cpp 2
16
16
@@ -11,7 +11,7
11
11
12 \snippet ../examples/linechart/main.cpp 1
12 \snippet ../examples/linechart/main.cpp 1
13
13
14 Then we add data to series. We can use add() member function or use stream operator.
14 Then we add data to series. We can use append() member function or use stream operator.
15
15
16 \snippet ../examples/linechart/main.cpp 2
16 \snippet ../examples/linechart/main.cpp 2
17
17
@@ -11,7 +11,7
11
11
12 \snippet ../examples/scatterchart/chartview.cpp 1
12 \snippet ../examples/scatterchart/chartview.cpp 1
13
13
14 We add data to be shown. We can use add() member function or use stream operator.
14 We add data to be shown. We can use append() member function or use stream operator.
15
15
16 \snippet ../examples/scatterchart/chartview.cpp 2
16 \snippet ../examples/scatterchart/chartview.cpp 2
17
17
General Comments 0
You need to be logged in to leave comments. Login now