summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp')
-rw-r--r--src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp b/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
index 1c5ec1a8..efa02c15 100644
--- a/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
+++ b/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
@@ -131,32 +131,27 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QBarCategoryAxis::minChanged(const QString &min)
This signal is emitted when the \a min value of the axis changes.
*/
-/*!
- \qmlsignal BarCategoryAxis::onMinChanged(const QString &min)
- This signal is emitted when the \a min value of the axis changes.
-*/
/*!
\fn void QBarCategoryAxis::maxChanged(const QString &max)
This signal is emitted when the \a max value of the axis changes.
*/
-/*!
- \qmlsignal BarCategoryAxis::onMaxChanged(const QString &max)
- This signal is emitted when the \a max of the axis changes.
-*/
/*!
\fn void QBarCategoryAxis::countChanged()
This signal is emitted when the number of categories of an axis changes.
*/
+
/*!
- \qmlsignal BarCategoryAxis::onCountChanged()
- This signal is emitted when the number of categories of an axis changes.
+ \fn void QBarCategoryAxis::rangeChanged(const QString &min, const QString &max)
+ This signal is emitted when \a min or \a max value of the axis changes.
*/
/*!
- \fn void QBarCategoryAxis::rangeChanged(const QString &min, const QString &max)
+ \qmlsignal BarCategoryAxis::rangeChanged(string min, string max)
This signal is emitted when \a min or \a max value of the axis changes.
+
+ The corresponding signal handler is \c onRangeChanged.
*/
/*!