From b0364bc2633f322630028a13fe1143e222015cd1 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Mon, 3 Feb 2025 12:02:15 +0100 Subject: [PATCH] Bump the deprecation version for WindowType::MaximizeUsingFullscreenGeometryHint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The replacement is new in 6.9, so the deprecation should be done in a later Qt release. Amends 90fe9874d22f0c4b809a3e493766ef852c72cc39. Found in Qt 6.9 API review. Pick-to: 6.9 Change-Id: If68685f98928015163cd4aa0e65fed2c6578e429 Reviewed-by: Volker Hilsheimer Reviewed-by: Tor Arne Vestbø --- src/corelib/global/qnamespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index f9460b8ecb8..b3af16b75db 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -235,7 +235,7 @@ namespace Qt { WindowTransparentForInput = 0x00080000, WindowOverridesSystemGestures = 0x00100000, WindowDoesNotAcceptFocus = 0x00200000, -#if QT_DEPRECATED_SINCE(6, 9) +#if QT_DEPRECATED_SINCE(6, 13) MaximizeUsingFullscreenGeometryHint Q_DECL_ENUMERATOR_DEPRECATED_X( "Use Qt::ExpandedClientAreaHint instead") = 0x00400000, #endif