##// 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 72 AxisType m_type;
73 73 QRectF m_rect;
74 74 int m_labelsAngle;
75 QGraphicsItemGroup *m_grid;
76 QGraphicsItemGroup *m_shades;
77 QGraphicsItemGroup *m_labels;
78 QGraphicsItemGroup *m_axis;
75 QScopedPointer<QGraphicsItemGroup> m_grid;
76 QScopedPointer<QGraphicsItemGroup> m_shades;
77 QScopedPointer<QGraphicsItemGroup> m_labels;
78 QScopedPointer<QGraphicsItemGroup> m_axis;
79 79 QVector<qreal> m_layoutVector;
80 80 qreal m_min;
81 81 qreal m_max;
General Comments 0
You need to be logged in to leave comments. Login now