summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webengine/api/qquickwebenginedialogrequests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webengine/api/qquickwebenginedialogrequests.cpp b/src/webengine/api/qquickwebenginedialogrequests.cpp
index d8111e62b..de306c259 100644
--- a/src/webengine/api/qquickwebenginedialogrequests.cpp
+++ b/src/webengine/api/qquickwebenginedialogrequests.cpp
@@ -165,14 +165,14 @@ QString QQuickWebEngineAuthenticationDialogRequest::proxyHost() const
}
/*!
- \qmlproperty AuthenticationType AuthenticationDialogRequest::type
+ \qmlproperty enumeration AuthenticationDialogRequest::type
\readonly
The type of the authentication request.
- \value AuthenticationTypeHTTP
+ \value WebEngineAuthenticationDialogRequest.AuthenticationTypeHTTP
HTTP authentication.
- \value AuthenticationTypeProxy
+ \value WebEngineAuthenticationDialogRequest.AuthenticationTypeProxy
Proxy authentication.
*/