##// END OF EJS Templates
Fixed initialization warning in qabstractseries
Marek Rosa -
r2318:af547258d508
parent child
Show More
@@ -745,8 +745,8 Qt::Alignment QAbstractAxis::alignment() const
745 745 QAbstractAxisPrivate::QAbstractAxisPrivate(QAbstractAxis *q)
746 746 : q_ptr(q),
747 747 m_chart(0),
748 m_orientation(Qt::Orientation(0)),
749 748 m_alignment(0),
749 m_orientation(Qt::Orientation(0)),
750 750 m_visible(true),
751 751 m_arrowVisible(true),
752 752 m_gridLineVisible(true),
General Comments 0
You need to be logged in to leave comments. Login now