Bump the deprecation version for WindowType::MaximizeUsingFullscreenGeometryHint
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 <volker.hilsheimer@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
575f3b5002
commit
b0364bc263
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user