From fd565750f3cec5fcf4017cba0ffbb42efc20edd5 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 15 May 2023 17:24:15 +0200 Subject: [PATCH] qoffscreensurface.h: Add module to Q_MOC_INCLUDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depending on the build configuration, just using will not find the header. Pick-to: 6.5 Fixes: QTBUG-113619 Change-Id: Iaaf6f75ce82f8e32a1b1835614accd898b45824e Reviewed-by: Tor Arne Vestbø Reviewed-by: Volker Hilsheimer --- src/gui/kernel/qoffscreensurface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kernel/qoffscreensurface.h b/src/gui/kernel/qoffscreensurface.h index 15ad430dae4..410b6d2b613 100644 --- a/src/gui/kernel/qoffscreensurface.h +++ b/src/gui/kernel/qoffscreensurface.h @@ -8,7 +8,7 @@ #include #include #include -Q_MOC_INCLUDE() +Q_MOC_INCLUDE() QT_BEGIN_NAMESPACE