summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-09-11 11:37:43 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-14 09:49:09 +0000
commit2c3f6d70d4decf57da900ba374aa15cd7c4b126b (patch)
tree321ad8a82848ebd89e38382393d4fa9f22183ed0
parentc1c39f74bbac488b1d690c9005c90eec7d31a5a7 (diff)
Doc: QWebEngineUrlScheme: Add since information to Flag::FetchApiAllowed
This enum value is new in Qt 6.6. Task-number: QTBUG-116843 Change-Id: Ia2525e7fb7ed51a5bde6b113a839c9e00ca6aff5 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 1e5bdadea48d1c9adb2b82adb3bf926fdc78adbd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/api/qwebengineurlscheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineurlscheme.cpp b/src/core/api/qwebengineurlscheme.cpp
index 595d64e5c..3093c2b8e 100644
--- a/src/core/api/qwebengineurlscheme.cpp
+++ b/src/core/api/qwebengineurlscheme.cpp
@@ -163,7 +163,7 @@ public:
generated automatically by the QWebEngineUrlRequestJob class. By default only
\c http and \c https are CORS enabled. (Added in Qt 5.14)
- \value FetchApiAllowed
+ \value [since 6.6] FetchApiAllowed
Enables a URL scheme to be used by the HTML5 fetch API and \c XMLHttpRequest.send with
a body. By default only \c http and \c https can be send to using the Fetch API or with
an XMLHttpRequest with a body.