summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/axis/datetimeaxis/qdatetimeaxis.cpp')
-rw-r--r--src/charts/axis/datetimeaxis/qdatetimeaxis.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp b/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
index 47aa485a..03ffccb2 100644
--- a/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
+++ b/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
@@ -132,19 +132,11 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QDateTimeAxis::minChanged(QDateTime min)
This signal is emitted when the minimum value of the axis, specified by \a min, changes.
*/
-/*!
- \qmlsignal DateTimeAxis::onMinChanged(datetime min)
- This signal is emitted when the minimum value of the axis, specified by \a min, changes.
-*/
/*!
\fn void QDateTimeAxis::maxChanged(QDateTime max)
This signal is emitted when the maximum value of the axis, specified by \a max, changes.
*/
-/*!
- \qmlsignal DateTimeAxis::onMaxChanged(datetime max)
- This signal is emitted when the maximum value of the axis, specified by \a max, changes.
-*/
/*!
\fn void QDateTimeAxis::rangeChanged(QDateTime min, QDateTime max)
@@ -182,20 +174,11 @@ QT_CHARTS_BEGIN_NAMESPACE
This signal is emitted when the number of tick marks on the axis, specified by \a tickCount,
changes.
*/
-/*!
- \qmlsignal DateTimeAxis::tickCountChanged(int tickCount)
- This signal is emitted when the number of tick marks on the axis, specified by \a tickCount,
- changes.
-*/
/*!
\fn void QDateTimeAxis::formatChanged(QString format)
This signal is emitted when the \a format of the axis changes.
*/
-/*!
- \qmlsignal DateTimeAxis::onFormatChanged(string format)
- This signal is emitted when the \a format of the axis changes.
-*/
/*!
Constructs an axis object that is a child of \a parent.