summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-08-02 16:53:11 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-08-07 17:58:53 +0200
commitcc761c85edb7f0e86404fe68001d5b584049bf4d (patch)
treed57832d2a0d5ac13c8b703c3d53141316989870e
parented7c7a1458a0d903cea250e8b7272c6b5bf9c624 (diff)
Add note about Qt::SubWindow not being the same as a child window
Task-number: QTBUG-115729 Change-Id: Icd0b2006a828fd02b60e047d066e8a2e3095b93d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--src/corelib/global/qnamespace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index 8a2769a3ed..7dc854aaa6 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -212,7 +212,7 @@ namespace Qt {
ToolTip = Popup | Sheet,
SplashScreen = ToolTip | Dialog,
Desktop = 0x00000010 | Window,
- SubWindow = 0x00000012,
+ SubWindow = 0x00000012, // Note QTBUG-115729 before using
ForeignWindow = 0x00000020 | Window,
CoverWindow = 0x00000040 | Window,