From b0e8c52fd4ad17e0964993f36578bff7810e20ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 6 May 2021 21:18:11 +0200 Subject: Move QNativeInterface helpers to their own header file The machinery is not needed for all translation units, so keep it out of qglobal.h. Change-Id: Ib0459a3f7bc036f56b0810eb750d4641f567f1fe Reviewed-by: Fabian Kosmale Reviewed-by: Friedemann Kleint --- src/gui/kernel/qopenglcontext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/kernel/qopenglcontext.h') diff --git a/src/gui/kernel/qopenglcontext.h b/src/gui/kernel/qopenglcontext.h index 60f3e3d03a..4d8c568ed5 100644 --- a/src/gui/kernel/qopenglcontext.h +++ b/src/gui/kernel/qopenglcontext.h @@ -47,6 +47,7 @@ #include #include #include +#include #include @@ -60,6 +61,7 @@ #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3