@@ -72,6 +72,7 protected: | |||||
72 | friend class AbstractBarChartItem; |
|
72 | friend class AbstractBarChartItem; | |
73 | friend class PercentBarChartItem; |
|
73 | friend class PercentBarChartItem; | |
74 | friend class StackedBarChartItem; |
|
74 | friend class StackedBarChartItem; | |
|
75 | friend class BoxPlotChartItem; | |||
75 | friend class BarChartItem; |
|
76 | friend class BarChartItem; | |
76 | friend class HorizontalBarChartItem; |
|
77 | friend class HorizontalBarChartItem; | |
77 | friend class HorizontalStackedBarChartItem; |
|
78 | friend class HorizontalStackedBarChartItem; |
@@ -111,6 +111,7 private: | |||||
111 | friend class HorizontalBarChartItem; |
|
111 | friend class HorizontalBarChartItem; | |
112 | friend class HorizontalStackedBarChartItem; |
|
112 | friend class HorizontalStackedBarChartItem; | |
113 | friend class HorizontalPercentBarChartItem; |
|
113 | friend class HorizontalPercentBarChartItem; | |
|
114 | friend class BoxPlotChartItem; | |||
114 | }; |
|
115 | }; | |
115 |
|
116 | |||
116 | QTCOMMERCIALCHART_END_NAMESPACE |
|
117 | QTCOMMERCIALCHART_END_NAMESPACE |
General Comments 0
You need to be logged in to leave comments.
Login now