diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-08-21 10:58:50 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-08-27 09:18:03 +0000 |
commit | a3c7fab7e2a10f529600e1fdbeacc4b8275ffe85 (patch) | |
tree | e3254fb21294a0b362a02ca7d8487d06227b062b /src/webenginewidgets/api/qwebenginescript.cpp | |
parent | e7d460a9a1893c38937d159662b5935bb45d6708 (diff) | |
download | qtwebengine-a3c7fab7e2a10f529600e1fdbeacc4b8275ffe85.tar.gz |
Document world ID limit
The max was bumbed from 11 to 256, now document it.
Task-number: QTBUG-69904
Change-Id: I6cbf64afe3409c4722d7a903d833124880b32bc0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webenginewidgets/api/qwebenginescript.cpp')
-rw-r--r-- | src/webenginewidgets/api/qwebenginescript.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webenginewidgets/api/qwebenginescript.cpp b/src/webenginewidgets/api/qwebenginescript.cpp index d5247cde1..d1e996b3a 100644 --- a/src/webenginewidgets/api/qwebenginescript.cpp +++ b/src/webenginewidgets/api/qwebenginescript.cpp @@ -224,6 +224,8 @@ quint32 QWebEngineScript::worldId() const /*! Sets the world ID of the isolated world to \a id when running this script. + + Must be between \c 0 and \c 256. */ void QWebEngineScript::setWorldId(quint32 id) { |