summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2024-02-21 11:31:21 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-27 09:13:27 +0000
commit198a4334129f5754eed413134272eeb76f15435c (patch)
treeebbca623f4cd1e001822c39f8cc605422cc99918
parent6368a86fba7c1023784d88aa9269299b3863e137 (diff)
Fix outdated qwebenginesettings docs
Old webkit's QWebSettings::setUserStyleSheetUrl is not ported to QWebEngineSettings, therefore do not mention it. Pick-to: 6.6 Change-Id: Ibbc804d1c58657a1d641935a2341132cc723cd82 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> (cherry picked from commit 084e6675d7d678b3850ba992dae57f8391aca911) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qwebenginesettings_lgpl.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/doc/src/qwebenginesettings_lgpl.qdoc b/src/core/doc/src/qwebenginesettings_lgpl.qdoc
index a6ec8916e..a4cbfc28f 100644
--- a/src/core/doc/src/qwebenginesettings_lgpl.qdoc
+++ b/src/core/doc/src/qwebenginesettings_lgpl.qdoc
@@ -15,8 +15,8 @@
\inmodule QtWebEngineCore
QWebEngineSettings allows configuration of browser properties, such as font sizes and
- families, the location of a custom style sheet, and generic attributes, such as JavaScript
- support. Individual attributes are set using the setAttribute() function. The
+ families, and generic attributes, such as JavaScript support.
+ Individual attributes are set using the setAttribute() function. The
\l{QWebEngineSettings::WebAttribute}{WebAttribute} enum further describes each attribute.
Each QWebEnginePage object has its own QWebEngineSettings object, which configures the