From 6269589ae2804d0c5d5a7b9bd4e78acdac799de0 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 28 Apr 2022 17:43:38 +0200 Subject: Quick: includemocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Including moc files directly into their classes' TU tends to improve codegen and enables extended compiler warnings, e.g. about unused private functions or fields. Manual conflict resolutions: - dropped all inclusions into non-existing files - qsgabstractrenderer_p.h doesn't contain a Q_OBJECT in 5.15 - QQuickAnchorLine isn't a Q_GADGET in 5.15 Task-number: QTBUG-102948 Change-Id: I695daa12613de3bada67eb69a26a8dce07c4b85e Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 6a23f186138dff2a7007288a02702bce23d7ca70) Reviewed-by: Qt CI Bot Reviewed-by: Ulf Hermann --- src/quick/handlers/qquickwheelhandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick/handlers/qquickwheelhandler.cpp') diff --git a/src/quick/handlers/qquickwheelhandler.cpp b/src/quick/handlers/qquickwheelhandler.cpp index d727505020..407978627a 100644 --- a/src/quick/handlers/qquickwheelhandler.cpp +++ b/src/quick/handlers/qquickwheelhandler.cpp @@ -527,3 +527,5 @@ QMetaProperty &QQuickWheelHandlerPrivate::targetMetaProperty() const } QT_END_NAMESPACE + +#include "moc_qquickwheelhandler_p.cpp" -- cgit v1.2.3