summaryrefslogtreecommitdiffstats
path: root/src/charts/areachart
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/areachart')
-rw-r--r--src/charts/areachart/areachartitem.cpp4
-rw-r--r--src/charts/areachart/qareaseries.cpp3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/charts/areachart/areachartitem.cpp b/src/charts/areachart/areachartitem.cpp
index d53500fe..58f2c367 100644
--- a/src/charts/areachart/areachartitem.cpp
+++ b/src/charts/areachart/areachartitem.cpp
@@ -346,6 +346,6 @@ void AreaChartItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
ChartItem::mouseDoubleClickEvent(event);
}
-#include "moc_areachartitem_p.cpp"
-
QT_CHARTS_END_NAMESPACE
+
+#include "moc_areachartitem_p.cpp"
diff --git a/src/charts/areachart/qareaseries.cpp b/src/charts/areachart/qareaseries.cpp
index 41e21949..f8401785 100644
--- a/src/charts/areachart/qareaseries.cpp
+++ b/src/charts/areachart/qareaseries.cpp
@@ -822,8 +822,7 @@ void QAreaSeriesPrivate::initializeTheme(int index, ChartTheme* theme, bool forc
}
}
+QT_CHARTS_END_NAMESPACE
#include "moc_qareaseries.cpp"
#include "moc_qareaseries_p.cpp"
-
-QT_CHARTS_END_NAMESPACE