##// END OF EJS Templates
BoxPlot type and a friend...
Mika Salmela -
r2472:15b722b37660
parent child
Show More
@@ -72,6 +72,7 protected:
72 72 friend class AbstractBarChartItem;
73 73 friend class PercentBarChartItem;
74 74 friend class StackedBarChartItem;
75 friend class BoxPlotChartItem;
75 76 friend class BarChartItem;
76 77 friend class HorizontalBarChartItem;
77 78 friend class HorizontalStackedBarChartItem;
@@ -111,6 +111,7 private:
111 111 friend class HorizontalBarChartItem;
112 112 friend class HorizontalStackedBarChartItem;
113 113 friend class HorizontalPercentBarChartItem;
114 friend class BoxPlotChartItem;
114 115 };
115 116
116 117 QTCOMMERCIALCHART_END_NAMESPACE
General Comments 0
You need to be logged in to leave comments. Login now