##// END OF EJS Templates
Remove QAbstractSeries::setModel doc. Does not exist anymore.
Jani Honkonen -
r1315:0761ecab8582
parent child
Show More
@@ -56,14 +56,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE
56 56 */
57 57
58 58 /*!
59 \fn bool QAbstractSeries::setModel(QAbstractItemModel *model)
60 \brief Use the \a model to provide data for the series. The model overrides possible user data
61 set with QChartSeries type specific data setters. For example if you call both
62 QScatterSeries::addData() and QScatterSeries::setModel, only the data provided by the model is
63 used by the series. Returns true if the model is valid for the series.
64 */
65
66 /*!
67 59 \property QAbstractSeries::name
68 60 \brief name of the series property
69 61 */
General Comments 0
You need to be logged in to leave comments. Login now