summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/axis/logvalueaxis/qlogvalueaxis.cpp')
-rw-r--r--src/charts/axis/logvalueaxis/qlogvalueaxis.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp b/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
index ee1cedfc..8efe1139 100644
--- a/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
+++ b/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
@@ -171,19 +171,11 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QLogValueAxis::minChanged(qreal min)
This signal is emitted when the minimum value of the axis, specified by \a min, changes.
*/
-/*!
- \qmlsignal LogValueAxis::onMinChanged(qreal min)
- This signal is emitted when the minimum value of the axis, specified by \a min, changes.
-*/
/*!
\fn void QLogValueAxis::maxChanged(qreal max)
This signal is emitted when the maximum value of the axis, specified by \a max, changes.
*/
-/*!
- \qmlsignal LogValueAxis::onMaxChanged(qreal max)
- This signal is emitted when the maximum value of the axis, specified by \a max, changes.
-*/
/*!
\fn void QLogValueAxis::rangeChanged(qreal min, qreal max)
@@ -217,19 +209,11 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QLogValueAxis::labelFormatChanged(const QString &format)
This signal is emitted when the \a format of axis labels changes.
*/
-/*!
- \qmlsignal LogValueAxis::labelFormatChanged(const QString &format)
- This signal is emitted when the \a format of axis labels changes.
-*/
/*!
\fn void QLogValueAxis::baseChanged(qreal base)
This signal is emitted when the \a base of the logarithm of the axis changes.
*/
-/*!
- \qmlsignal LogValueAxis::baseChanged(qreal base)
- This signal is emitted when the \a base of the logarithm of the axis changes.
-*/
/*!
Constructs an axis object that is a child of \a parent.