From 2a01e2d19df19d6fca2f810aefef581f5c694e14 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 23 Dec 2016 15:03:20 +0100 Subject: Doc: Remove docs for property-changed signals (BarSet) Change-Id: Ia512811dbc6ced0ecdc6f7522333ac7a6ec480fb Reviewed-by: Miikka Heikkinen --- src/charts/barchart/qbarset.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/charts/barchart/qbarset.cpp') 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) -- cgit v1.2.3