summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-09-11 11:37:43 +0000
committerTopi Reiniƶ <topi.reinio@qt.io>2023-09-14 11:52:12 +0000
commitf611c76a85bbe7e9881cb335462d2a89f7fc7034 (patch)
tree3b26e33033b38831839387e31e35e8627ab274c2
parent98bfb5acfed85e8bfae063ddc3cf0d361494fc6a (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: Jani Heikkinen <jani.heikkinen@qt.io>
-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.