summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-08-28 11:07:10 +0200
committerKai Köhne <kai.koehne@qt.io>2023-08-28 12:37:46 +0200
commitb14c2c2151e845b2c6eea4aa804f485c4376811d (patch)
tree975424be8b3ec240e5aaeea43329f6b6e659f46a /src
parent273a8eb40876cae63875091a8667346ee1efe60e (diff)
Doc: Mark QAxSelect::SandboxingAppContainer enum as new in Qt 6.5
Amends 55876d1b4e6a, 12f159f85bf02 Pick-to: 6.5 6.6 Change-Id: Ie5b0b8f472243d92c62e5ce5ca64210d4771c8b9 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/activeqt/container/qaxselect.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxselect.cpp b/src/activeqt/container/qaxselect.cpp
index b8b2c69..20bf72d 100644
--- a/src/activeqt/container/qaxselect.cpp
+++ b/src/activeqt/container/qaxselect.cpp
@@ -30,7 +30,8 @@ QT_BEGIN_NAMESPACE
\value SandboxingNone No specific sandboxing desired
\value SandboxingProcess Run ActiveX control in a separate process
\value SandboxingLowIntegrity Run ActiveX control in a separate low-integrity process
- \value SandboxingAppContainer Run ActiveX control in a separate AppContainer-isolated process
+ \value SandboxingAppContainer [since 6.5] Run ActiveX control in a separate
+ AppContainer-isolated process
Sandboxing requires that the ActiveX is either built as an EXE, or as a DLL with AppID "DllSurrogate" enabled.
*/