@@ -90,7 +90,6 protected: | |||
|
90 | 90 | |
|
91 | 91 | friend class QLegendMarker; |
|
92 | 92 | friend class QLegendMarkerPrivate; |
|
93 | friend class LegendMarkerItem; | |
|
94 | 93 | friend class LegendLayout; |
|
95 | 94 | }; |
|
96 | 95 |
@@ -103,8 +103,8 void QLegendMarker::setVisible(bool visible) | |||
|
103 | 103 | |
|
104 | 104 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
|
105 | 105 | QLegendMarkerPrivate::QLegendMarkerPrivate(QLegendMarker *q, QLegend *legend) : |
|
106 | q_ptr(q), | |
|
107 | m_legend(legend) | |
|
106 | m_legend(legend), | |
|
107 | q_ptr(q) | |
|
108 | 108 | { |
|
109 | 109 | m_item = new LegendMarkerItem(this); |
|
110 | 110 | // m_item->setVisible(q->series()->isVisible()); |
General Comments 0
You need to be logged in to leave comments.
Login now