From f564d58dcdc614f94d2fc3147f24537c35a1317e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 29 Mar 2019 16:29:15 +0100 Subject: Doc: Avoid auto-linking the string 'WebEngine' to the QML type Remove the previous workaround (internal \externalpage command) that was used for this purpose, and replace it with a \QWE macro that expands to the string 'Qt \WebEngine'. The backslash in the expanded string instructs QDoc not to attempt auto-linking the word. Change-Id: If4e1c95423fa07479b1af055e4760a890c0ac667 Reviewed-by: Paul Wicking --- src/webengine/api/qquickwebengineloadrequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webengine/api/qquickwebengineloadrequest.cpp') diff --git a/src/webengine/api/qquickwebengineloadrequest.cpp b/src/webengine/api/qquickwebengineloadrequest.cpp index b3422c516..5ad99ea2e 100644 --- a/src/webengine/api/qquickwebengineloadrequest.cpp +++ b/src/webengine/api/qquickwebengineloadrequest.cpp @@ -127,7 +127,7 @@ QString QQuickWebEngineLoadRequest::errorString() const \value WebEngineView.NoErrorDomain Error type is not known. \value WebEngineView.InternalErrorDomain - Content cannot be interpreted by Qt WebEngine. + Content cannot be interpreted by \QWE. \value WebEngineView.ConnectionErrorDomain Error results from a faulty network connection. \value WebEngineView.CertificateErrorDomain -- cgit v1.2.1