##// END OF EJS Templates
scatterchart: get rid of a warning...
Jani Honkonen -
r1232:8d7d8cb763e0
parent child
Show More
@@ -34,6 +34,7 class Marker;
34 class ScatterChartItem : public XYChart, public QGraphicsItem
34 class ScatterChartItem : public XYChart, public QGraphicsItem
35 {
35 {
36 Q_OBJECT
36 Q_OBJECT
37 Q_INTERFACES(QGraphicsItem)
37 public:
38 public:
38 explicit ScatterChartItem(QScatterSeries *series, ChartPresenter *presenter);
39 explicit ScatterChartItem(QScatterSeries *series, ChartPresenter *presenter);
39
40
General Comments 0
You need to be logged in to leave comments. Login now