summaryrefslogtreecommitdiffstats
path: root/src/boxplotchart
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-06-06 14:57:44 +0300
committerMika Salmela <mika.salmela@digia.com>2013-06-06 15:19:33 +0300
commit89b8a97da4fc6bdd4a0e1fd52ee57701c4615145 (patch)
tree815443317fe8fa5fdd3ebd58e7fbc3d9d6381a16 /src/boxplotchart
parent8f0e18a7e02cc4f9018d95379efbfb9cf167dd56 (diff)
Example finalization and documentation
Change-Id: I0ccfa85c689bf6f9519fcce5eb38941de6d8d492 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src/boxplotchart')
-rw-r--r--src/boxplotchart/qboxset.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/boxplotchart/qboxset.cpp b/src/boxplotchart/qboxset.cpp
index 514271e0..36b9ee4a 100644
--- a/src/boxplotchart/qboxset.cpp
+++ b/src/boxplotchart/qboxset.cpp
@@ -123,15 +123,6 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
- \fn void QBoxSet::colorChanged(QColor)
- This signal is emitted when the fill (brush) color of the box-and-whisker item has changed to \a color.
-*/
-/*!
- \qmlsignal BoxSet::onColorChanged(QColor color)
- This signal is emitted when the fill (brush) color of the box-and-whisker item has changed to \a color.
-*/
-
-/*!
\fn void QBoxSet::valuesChanged()
This signal is emitted when multiple values have been changed on the box-and-whisker item.
\sa append()