summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 14:35:09 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-23 14:24:09 +0200
commit7ff15bc4f5c0d5078a6e4ab4bdbf69aa4e9d2793 (patch)
tree2565c087220a05f652f6577bcdf0224183c2e88d /src/network
parenta31fae08359c70360aab5f33f04931414165f7bb (diff)
Doc: Applying a pending change from previous merges.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index dbaa2d1082..6a7bbed0bc 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -296,6 +296,10 @@ static void ensureInitialized()
again, without emitting the authenticationRequired() signal. If it
rejects the credentials, this signal will be emitted again.
+ \note It is not possible to use a QueuedConnection to connect to
+ this signal, as the connection will fail if the authenticator has
+ not been filled in with new information when the signal returns.
+
\sa proxyAuthenticationRequired()
*/