From 88cae28e5cf31889c5f8997dab41dd37675a8e76 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 6 May 2024 10:40:40 -0700 Subject: [PATCH] Q_APPLICATION_STATIC: provide QApplicationStatic header Task-number: QTBUG-125097 Change-Id: Ic5b1273bb0204c31afd8fffd17ccf717f8abb726 Reviewed-by: Ahmad Samir --- src/corelib/kernel/qapplicationstatic.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/corelib/kernel/qapplicationstatic.h b/src/corelib/kernel/qapplicationstatic.h index bf5e79b8bf..345a880748 100644 --- a/src/corelib/kernel/qapplicationstatic.h +++ b/src/corelib/kernel/qapplicationstatic.h @@ -11,6 +11,10 @@ #include +#if 0 +#pragma qt_class(QApplicationStatic) +#endif + QT_BEGIN_NAMESPACE namespace QtGlobalStatic {