From 009957a161231cf829cd54ed8a784380d3d20f91 2013-06-10 08:32:47 From: Mika Salmela Date: 2013-06-10 08:32:47 Subject: [PATCH] Compile issues Couple addition to get stuff compiled Change-Id: I3bece10aaf7ea6876246a4fd50f06790862766ae Reviewed-by: Miikka Heikkinen --- 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 {