From 70baf5bc141d022f3cd99216c4628c9e38663d4d Mon Sep 17 00:00:00 2001 From: Jesus Fernandez Date: Mon, 21 Jan 2019 15:37:33 +0100 Subject: Fix the inclusion of MOC files before QT_CHARTS_END_NAMESPACE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id4d50a674db619f15f8e9d05c663f2b83bb8b7e5 Reviewed-by: Qt CI Bot Reviewed-by: Friedemann Kleint Reviewed-by: MÃ¥rten Nordheim --- src/charts/candlestickchart/qhcandlestickmodelmapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/charts/candlestickchart/qhcandlestickmodelmapper.cpp') diff --git a/src/charts/candlestickchart/qhcandlestickmodelmapper.cpp b/src/charts/candlestickchart/qhcandlestickmodelmapper.cpp index b5a2121d..fd4c9f14 100644 --- a/src/charts/candlestickchart/qhcandlestickmodelmapper.cpp +++ b/src/charts/candlestickchart/qhcandlestickmodelmapper.cpp @@ -348,6 +348,6 @@ int QHCandlestickModelMapper::lastSetRow() const return QCandlestickModelMapper::lastSetSection(); } -#include "moc_qhcandlestickmodelmapper.cpp" - QT_CHARTS_END_NAMESPACE + +#include "moc_qhcandlestickmodelmapper.cpp" -- cgit v1.2.3