@@ -745,8 +745,8 Qt::Alignment QAbstractAxis::alignment() const | |||||
745 | QAbstractAxisPrivate::QAbstractAxisPrivate(QAbstractAxis *q) |
|
745 | QAbstractAxisPrivate::QAbstractAxisPrivate(QAbstractAxis *q) | |
746 | : q_ptr(q), |
|
746 | : q_ptr(q), | |
747 | m_chart(0), |
|
747 | m_chart(0), | |
748 | m_orientation(Qt::Orientation(0)), |
|
|||
749 | m_alignment(0), |
|
748 | m_alignment(0), | |
|
749 | m_orientation(Qt::Orientation(0)), | |||
750 | m_visible(true), |
|
750 | m_visible(true), | |
751 | m_arrowVisible(true), |
|
751 | m_arrowVisible(true), | |
752 | m_gridLineVisible(true), |
|
752 | m_gridLineVisible(true), |
General Comments 0
You need to be logged in to leave comments.
Login now