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/qvcandlestickmodelmapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/charts/candlestickchart/qvcandlestickmodelmapper.cpp') diff --git a/src/charts/candlestickchart/qvcandlestickmodelmapper.cpp b/src/charts/candlestickchart/qvcandlestickmodelmapper.cpp index 1b54c875..3f9e8719 100644 --- a/src/charts/candlestickchart/qvcandlestickmodelmapper.cpp +++ b/src/charts/candlestickchart/qvcandlestickmodelmapper.cpp @@ -349,6 +349,6 @@ int QVCandlestickModelMapper::lastSetColumn() const return QCandlestickModelMapper::lastSetSection(); } -#include "moc_qvcandlestickmodelmapper.cpp" - QT_CHARTS_END_NAMESPACE + +#include "moc_qvcandlestickmodelmapper.cpp" -- cgit v1.2.3