summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart/qbarset.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-12-23 15:03:20 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-01-05 05:46:41 +0000
commit2a01e2d19df19d6fca2f810aefef581f5c694e14 (patch)
treebcc69356468e33019d3371bd97c26a8ecd4e4217 /src/charts/barchart/qbarset.cpp
parent8800157f4f453eaa8d612f4c066e14e352ce72a4 (diff)
Doc: Remove docs for property-changed signals (BarSet)
Change-Id: Ia512811dbc6ced0ecdc6f7522333ac7a6ec480fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/charts/barchart/qbarset.cpp')
-rw-r--r--src/charts/barchart/qbarset.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/charts/barchart/qbarset.cpp b/src/charts/barchart/qbarset.cpp
index fa42b191..e8c37d20 100644
--- a/src/charts/barchart/qbarset.cpp
+++ b/src/charts/barchart/qbarset.cpp
@@ -179,10 +179,6 @@ QT_CHARTS_BEGIN_NAMESPACE
This signal is emitted when the label of the bar set changes.
\sa label
*/
-/*!
- \qmlsignal BarSet::onLabelChanged()
- This signal is emitted when the label of the bar set changes.
-*/
/*!
\fn void QBarSet::penChanged()
@@ -212,28 +208,16 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QBarSet::colorChanged(QColor)
This signal is emitted when the fill (brush) color of the bar set changes to \a color.
*/
-/*!
- \qmlsignal BarSet::onColorChanged(color color)
- This signal is emitted when the fill (brush) color of the bar set changes to \a color.
-*/
/*!
\fn void QBarSet::borderColorChanged(QColor)
This signal is emitted when the line (pen) color of the bar set changes to \a color.
*/
-/*!
- \qmlsignal BarSet::onBorderColorChanged(color color)
- This signal is emitted when the line (pen) color of the bar set changes to \a color.
-*/
/*!
\fn void QBarSet::labelColorChanged(QColor)
This signal is emitted when the text (label) color of the bar set changes to \a color.
*/
-/*!
- \qmlsignal BarSet::onLabelColorChanged(color color)
- This signal is emitted when the text (label) color of the bar set changes to \a color.
-*/
/*!
\fn void QBarSet::valuesAdded(int index, int count)