summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/boxplotchartitem_p.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-02-07 09:41:26 +0100
committerAndy Shaw <andy.shaw@qt.io>2017-02-07 08:49:23 +0000
commitd920dfad07c671d45af116b0b1816873074f94b5 (patch)
tree663821f4ac444d98166153871c608a88e01d5156 /src/charts/boxplotchart/boxplotchartitem_p.h
parentac91bf7984291f46619415213ce089a33fc3e597 (diff)
Ensure that the box plot series' visibility and opacity is passed on
Change-Id: Ib54be705d53ef0fbf8574c50648eacc4e3c274ed Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/charts/boxplotchart/boxplotchartitem_p.h')
-rw-r--r--src/charts/boxplotchart/boxplotchartitem_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/boxplotchart/boxplotchartitem_p.h b/src/charts/boxplotchart/boxplotchartitem_p.h
index 0d9a4d29..4dbe6aa1 100644
--- a/src/charts/boxplotchart/boxplotchartitem_p.h
+++ b/src/charts/boxplotchart/boxplotchartitem_p.h
@@ -64,6 +64,8 @@ public:
QRectF boundingRect() const;
public Q_SLOTS:
+ void handleSeriesVisibleChanged();
+ void handleOpacityChanged();
void handleDataStructureChanged();
void handleDomainUpdated();
void handleLayoutChanged();