@@ -45,6 +45,8 class QAbstractAxis; | |||||
45 | class ChartAxisElement : public ChartElement, public QGraphicsLayoutItem |
|
45 | class ChartAxisElement : public ChartElement, public QGraphicsLayoutItem | |
46 | { |
|
46 | { | |
47 | Q_OBJECT |
|
47 | Q_OBJECT | |
|
48 | ||||
|
49 | using QGraphicsLayoutItem::setGeometry; | |||
48 | public: |
|
50 | public: | |
49 | ChartAxisElement(QAbstractAxis *axis, QGraphicsItem *item, bool intervalAxis = false); |
|
51 | ChartAxisElement(QAbstractAxis *axis, QGraphicsItem *item, bool intervalAxis = false); | |
50 | ~ChartAxisElement(); |
|
52 | ~ChartAxisElement(); |
General Comments 0
You need to be logged in to leave comments.
Login now