From 7ff15bc4f5c0d5078a6e4ab4bdbf69aa4e9d2793 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 11 May 2011 14:35:09 +0200 Subject: [PATCH] Doc: Applying a pending change from previous merges. --- src/network/access/qnetworkaccessmanager.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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() */