##// END OF EJS Templates
Compile issues...
Mika Salmela -
r2563:009957a16123
parent child
Show More
@@ -88,4 +88,6 void BoxPlotAnimation::removeBoxAnimation(BoxWhiskers *box)
88 m_animations.remove(box);
88 m_animations.remove(box);
89 }
89 }
90
90
91 #include "moc_boxplotanimation_p.cpp"
92
91 QTCOMMERCIALCHART_END_NAMESPACE
93 QTCOMMERCIALCHART_END_NAMESPACE
@@ -37,6 +37,7
37 QTCOMMERCIALCHART_BEGIN_NAMESPACE
37 QTCOMMERCIALCHART_BEGIN_NAMESPACE
38
38
39 class BoxPlotChartItem;
39 class BoxPlotChartItem;
40 class BoxPlotAnimation;
40
41
41 class BoxWhiskersAnimation : public ChartAnimation
42 class BoxWhiskersAnimation : public ChartAnimation
42 {
43 {
General Comments 0
You need to be logged in to leave comments. Login now