summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkaccessmanager.cpp')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index 1118c3242f..a1a7a7dd96 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -347,7 +347,7 @@ static void ensureInitialized()
\note To have the request not send credentials you must not call
setUser() or setPassword() on the \a authenticator object. This
will result in the \l finished() signal being emitted with a
- \l QNetworkReply with error \l AuthenticationRequiredError.
+ \l QNetworkReply with error \l {QNetworkReply::} {AuthenticationRequiredError}.
\note It is not possible to use a QueuedConnection to connect to
this signal, as the connection will fail if the authenticator has