diff options
author | Michal Klocek <michal.klocek@qt.io> | 2022-02-10 08:06:02 +0100 |
---|---|---|
committer | Michal Klocek <michal.klocek@qt.io> | 2022-03-10 20:01:58 +0100 |
commit | 34f509a0a2059c54f9217c5a3dd8e3681bcc0964 (patch) | |
tree | 5e1c3d7b0f834074db3ee8ea8ded99f7a01f14d2 /src/webenginequick/api/qquickwebengineprofile.cpp | |
parent | 621968652a00d6bfd7d0e4cdee02911cdb699579 (diff) | |
download | qtwebengine-34f509a0a2059c54f9217c5a3dd8e3681bcc0964.tar.gz |
Add userScript docs for qml land
WebEngineScript docs were missing after moving classes to core.
Moreover we changed WebEngineScript to be a qml value type and
we introduced WebEngineScriptCollection to mirror C++ class.
Add the documentation for WebEngineScript, WebEngineScriptCollection
and WebEngine.script() method.
Task-number: QTBUG-100404
Pick-to: 6.2 6.3
Change-Id: Ifed1bd1fa398a8634df0dc1bd44111e1a09ded04
Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'src/webenginequick/api/qquickwebengineprofile.cpp')
-rw-r--r-- | src/webenginequick/api/qquickwebengineprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webenginequick/api/qquickwebengineprofile.cpp b/src/webenginequick/api/qquickwebengineprofile.cpp index c7421774b..ec7365064 100644 --- a/src/webenginequick/api/qquickwebengineprofile.cpp +++ b/src/webenginequick/api/qquickwebengineprofile.cpp @@ -954,7 +954,7 @@ QQuickWebEngineSettings *QQuickWebEngineProfile::settings() const } /*! - \qmlproperty list<WebEngineScript> WebEngineProfile::userScripts + \qmlproperty WebEngineScriptCollection WebEngineProfile::userScripts \since 1.5 Returns the collection of WebEngineScript objects that are injected into |