From 47fab016df82b5489a74b2cb45223d8eea23a31c Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 10 Jan 2022 19:48:24 +0100 Subject: Don't include qeventpoint_p.h from qevent_p.h The header no longer uses QMutableEventPoint. Fix TUs that relied on the transitive include. Task-number: QTBUG-99615 Pick-to: 6.3 Change-Id: Iae4ff34ea708304fcd365fd763875dd4a97a1cf8 Reviewed-by: Fabian Kosmale --- src/widgets/kernel/qapplication.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/kernel/qapplication.cpp') diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index 75ffa471cc0..f3deab05a12 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -92,6 +92,7 @@ #include #include +#include #include #if QT_CONFIG(action) #include -- cgit v1.2.3