summaryrefslogtreecommitdiffstats
path: root/src/charts/piechart/piesliceitem.cpp
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2019-01-21 15:37:33 +0100
committerJesus Fernandez <Jesus.Fernandez@qt.io>2019-01-21 15:54:20 +0000
commit70baf5bc141d022f3cd99216c4628c9e38663d4d (patch)
tree4f122aa55d48195b824dc0d556f79d025ce93477 /src/charts/piechart/piesliceitem.cpp
parentacbd92f90c139839277a60db84753a102dffbcf2 (diff)
Fix the inclusion of MOC files before QT_CHARTS_END_NAMESPACE
Change-Id: Id4d50a674db619f15f8e9d05c663f2b83bb8b7e5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/charts/piechart/piesliceitem.cpp')
-rw-r--r--src/charts/piechart/piesliceitem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charts/piechart/piesliceitem.cpp b/src/charts/piechart/piesliceitem.cpp
index 05a790e4..e5e28855 100644
--- a/src/charts/piechart/piesliceitem.cpp
+++ b/src/charts/piechart/piesliceitem.cpp
@@ -339,7 +339,6 @@ QPainterPath PieSliceItem::labelArmPath(QPointF start, qreal angle, qreal length
return path;
}
-#include "moc_piesliceitem_p.cpp"
-
QT_CHARTS_END_NAMESPACE
+#include "moc_piesliceitem_p.cpp"