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/qquicktaphandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick/handlers/qquicktaphandler.cpp') diff --git a/src/quick/handlers/qquicktaphandler.cpp b/src/quick/handlers/qquicktaphandler.cpp index 04c9558e0a..06e45643bf 100644 --- a/src/quick/handlers/qquicktaphandler.cpp +++ b/src/quick/handlers/qquicktaphandler.cpp @@ -431,3 +431,5 @@ void QQuickTapHandler::updateTimeHeld() from the previous \c tapCount. */ QT_END_NAMESPACE + +#include "moc_qquicktaphandler_p.cpp" -- cgit v1.2.3