summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/api/qquickwebengineprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/api/qquickwebengineprofile.cpp')
-rw-r--r--src/webenginequick/api/qquickwebengineprofile.cpp20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/webenginequick/api/qquickwebengineprofile.cpp b/src/webenginequick/api/qquickwebengineprofile.cpp
index 0436407f9..7ed2d4a0a 100644
--- a/src/webenginequick/api/qquickwebengineprofile.cpp
+++ b/src/webenginequick/api/qquickwebengineprofile.cpp
@@ -1136,10 +1136,16 @@ QQuickWebEngineSettings *QQuickWebEngineProfile::settings() const
}
/*!
+ \property QQuickWebEngineProfile::userScripts
+
+ \brief The collection of WebEngineScript objects that are injected into
+ all pages that share this profile.
+*/
+/*!
+ \property QQuickWebEngineProfile::userScripts
\qmlproperty WebEngineScriptCollection WebEngineProfile::userScripts
\since 1.5
-
- Returns the collection of WebEngineScript objects that are injected into
+ \brief The collection of WebEngineScript objects that are injected into
all pages that share this profile.
*/
@@ -1164,7 +1170,8 @@ QWebEngineClientCertificateStore *QQuickWebEngineProfile::clientCertificateStore
}
/*!
- Return the Client Hints settings associated with this browsing context.
+ \property QQuickWebEngineProfile::clientHints
+ \brief The Client Hints settings associated with this browsing context.
\since 6.8
\sa QWebEngineClientHints
@@ -1175,6 +1182,13 @@ QWebEngineClientHints *QQuickWebEngineProfile::clientHints() const
return d->m_clientHints.data();
}
+/*!
+ \property QQuickWebEngineProfile::extensionManager
+ \brief The extension manager associated with this profile.
+
+ \since 6.10
+ \sa QWebEngineExtensionManager
+*/
QWebEngineExtensionManager *QQuickWebEngineProfile::extensionManager()
{
#if QT_CONFIG(webengine_extensions)