@@ -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