Doc: Applying a pending change from previous merges.
authorDavid Boddie <david.boddie@nokia.com>
Wed, 11 May 2011 12:35:09 +0000 (14:35 +0200)
committerDavid Boddie <david.boddie@nokia.com>
Mon, 23 May 2011 12:24:09 +0000 (14:24 +0200)
src/network/access/qnetworkaccessmanager.cpp

index dbaa2d1..6a7bbed 100644 (file)
@@ -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()
 */