summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.