@@ -35,7 +35,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
35 |
|
35 | |||
36 | Note that QPieSeries takes ownership of the slice when it is set/added. |
|
36 | Note that QPieSeries takes ownership of the slice when it is set/added. | |
37 |
|
37 | |||
38 |
\sa QPieSeries:: |
|
38 | \sa QPieSeries::replace(), QPieSeries::add() | |
39 | */ |
|
39 | */ | |
40 | QPieSlice::QPieSlice(QObject *parent) |
|
40 | QPieSlice::QPieSlice(QObject *parent) | |
41 | :QObject(parent), |
|
41 | :QObject(parent), | |
@@ -57,7 +57,7 QPieSlice::QPieSlice(QObject *parent) | |||||
57 | /*! |
|
57 | /*! | |
58 | Constructs an empty slice with given \a value, \a label and a \a parent. |
|
58 | Constructs an empty slice with given \a value, \a label and a \a parent. | |
59 | Note that QPieSeries takes ownership of the slice when it is set/added. |
|
59 | Note that QPieSeries takes ownership of the slice when it is set/added. | |
60 |
\sa QPieSeries:: |
|
60 | \sa QPieSeries::replace(), QPieSeries::add() | |
61 | */ |
|
61 | */ | |
62 | QPieSlice::QPieSlice(qreal value, QString label, QObject *parent) |
|
62 | QPieSlice::QPieSlice(qreal value, QString label, QObject *parent) | |
63 | :QObject(parent), |
|
63 | :QObject(parent), |
General Comments 0
You need to be logged in to leave comments.
Login now