diff --git a/src/animations/boxplotanimation.cpp b/src/animations/boxplotanimation.cpp index c5880a8..210f078 100644 --- a/src/animations/boxplotanimation.cpp +++ b/src/animations/boxplotanimation.cpp @@ -88,4 +88,6 @@ void BoxPlotAnimation::removeBoxAnimation(BoxWhiskers *box) m_animations.remove(box); } +#include "moc_boxplotanimation_p.cpp" + QTCOMMERCIALCHART_END_NAMESPACE diff --git a/src/animations/boxwhiskersanimation_p.h b/src/animations/boxwhiskersanimation_p.h index dcad2e9..1d7ddfa 100644 --- a/src/animations/boxwhiskersanimation_p.h +++ b/src/animations/boxwhiskersanimation_p.h @@ -37,6 +37,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE class BoxPlotChartItem; +class BoxPlotAnimation; class BoxWhiskersAnimation : public ChartAnimation {