##// END OF EJS Templates
Adds axis scoped pointers (to be checked on windows)
Michal Klocek -
r788:bfedfc6138fd
parent child
Show More
@@ -72,10 +72,10 private:
72 AxisType m_type;
72 AxisType m_type;
73 QRectF m_rect;
73 QRectF m_rect;
74 int m_labelsAngle;
74 int m_labelsAngle;
75 QGraphicsItemGroup *m_grid;
75 QScopedPointer<QGraphicsItemGroup> m_grid;
76 QGraphicsItemGroup *m_shades;
76 QScopedPointer<QGraphicsItemGroup> m_shades;
77 QGraphicsItemGroup *m_labels;
77 QScopedPointer<QGraphicsItemGroup> m_labels;
78 QGraphicsItemGroup *m_axis;
78 QScopedPointer<QGraphicsItemGroup> m_axis;
79 QVector<qreal> m_layoutVector;
79 QVector<qreal> m_layoutVector;
80 qreal m_min;
80 qreal m_min;
81 qreal m_max;
81 qreal m_max;
General Comments 0
You need to be logged in to leave comments. Login now