From 4e7addfef3f404293a36a2b0188485697cdbe0bf 2012-03-01 07:03:55 From: Jani Honkonen Date: 2012-03-01 07:03:55 Subject: [PATCH] Add doc for QSeries title stuff --- diff --git a/src/qseries.cpp b/src/qseries.cpp index 9e1d78d..57bb67f 100644 --- a/src/qseries.cpp +++ b/src/qseries.cpp @@ -52,6 +52,20 @@ \brief Returns the legend of the series. If series is empty, empty list is returned. */ +/*! + \fn void QSeries::setTitle(QString title) + \brief Sets a \a title for the series. + + This is not used directly by the chart itself. It is up to the user to use this as for example + chart title. + \sa QChart::setChartTitle() +*/ + +/*! + \fn QString QSeries::title() + \brief Returns the title of the series. +*/ + QTCOMMERCIALCHART_BEGIN_NAMESPACE #include "moc_qseries.cpp" QTCOMMERCIALCHART_END_NAMESPACE