From 0761ecab85828245967823d59f1567239a491ff2 2012-05-31 10:07:06 From: Jani Honkonen Date: 2012-05-31 10:07:06 Subject: [PATCH] Remove QAbstractSeries::setModel doc. Does not exist anymore. --- diff --git a/src/qabstractseries.cpp b/src/qabstractseries.cpp index 3468e2b..6e78570 100644 --- a/src/qabstractseries.cpp +++ b/src/qabstractseries.cpp @@ -56,14 +56,6 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! - \fn bool QAbstractSeries::setModel(QAbstractItemModel *model) - \brief Use the \a model to provide data for the series. The model overrides possible user data - set with QChartSeries type specific data setters. For example if you call both - QScatterSeries::addData() and QScatterSeries::setModel, only the data provided by the model is - used by the series. Returns true if the model is valid for the series. -*/ - -/*! \property QAbstractSeries::name \brief name of the series property */