##// END OF EJS Templates
random doc updates
Jani Honkonen -
r1351:e5c3ac6bb1ee
parent child
Show More
@@ -103,7 +103,7 QAreaSeries::QAreaSeries(QLineSeries *upperSeries, QLineSeries *lowerSeries)
103 103 }
104 104
105 105 /*!
106 Constructs area series object without upper or lower series.
106 Constructs area series object without upper or lower series with \a parent object.
107 107 */
108 108 QAreaSeries::QAreaSeries(QObject *parent)
109 109 : QAbstractSeries(*new QAreaSeriesPrivate(0, 0, this), parent)
@@ -39,6 +39,9 d_ptr(new QAxisCategoriesPrivate(this))
39 39
40 40 }
41 41
42 /*!
43 Destroys the object.
44 */
42 45 QAxisCategories::~QAxisCategories()
43 46 {
44 47
@@ -65,6 +65,9 QSplineSeries::QSplineSeries(QObject *parent) :
65 65 QObject::connect(this,SIGNAL(pointReplaced(int)), d, SLOT(updateControlPoints()));
66 66 }
67 67
68 /*!
69 Destroys the object.
70 */
68 71 QSplineSeries::~QSplineSeries()
69 72 {
70 73 Q_D(QSplineSeries);
General Comments 0
You need to be logged in to leave comments. Login now