summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-12-23 10:28:29 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-01-05 05:46:09 +0000
commit4d576be31a74114cae6ca7e59fcf572a54aae8ea (patch)
tree1e33ca2354fb008f0569674e65d477dd48ffdc1f
parentb7e6b490d7751d9ec902dbee3b71c60c5c57845f (diff)
Doc: Remove docs for property-changed signals (DateTimeAxis)
Change-Id: I21927e0c2aa14acea1ea3585adb40c1c8b8bfd7c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-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.