##// END OF EJS Templates
minor. doc fix for pieslice
Michal Klocek -
r361:1c0ad6bac5cd
parent child
Show More
@@ -35,7 +35,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
35 35
36 36 Note that QPieSeries takes ownership of the slice when it is set/added.
37 37
38 \sa QPieSeries::set(), QPieSeries::add()
38 \sa QPieSeries::replace(), QPieSeries::add()
39 39 */
40 40 QPieSlice::QPieSlice(QObject *parent)
41 41 :QObject(parent),
@@ -57,7 +57,7 QPieSlice::QPieSlice(QObject *parent)
57 57 /*!
58 58 Constructs an empty slice with given \a value, \a label and a \a parent.
59 59 Note that QPieSeries takes ownership of the slice when it is set/added.
60 \sa QPieSeries::set(), QPieSeries::add()
60 \sa QPieSeries::replace(), QPieSeries::add()
61 61 */
62 62 QPieSlice::QPieSlice(qreal value, QString label, QObject *parent)
63 63 :QObject(parent),
General Comments 0
You need to be logged in to leave comments. Login now