diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-01-21 08:25:58 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-01-21 08:25:58 (GMT) |
commit | e0217bf3117b5c75400ff9a55513e0da82d9f579 (patch) | |
tree | a1bb4045bd515d6c3e9b5f34669a1630bff2757e | |
parent | 03bba9491f361548a42c5d0110ddd69693059a25 (diff) | |
download | Qt-e0217bf3117b5c75400ff9a55513e0da82d9f579.zip Qt-e0217bf3117b5c75400ff9a55513e0da82d9f579.tar.gz Qt-e0217bf3117b5c75400ff9a55513e0da82d9f579.tar.bz2 |
Doc: authenticationRequired() cannot use QuedConnection
Task-number: QTBUG-16052
-rw-r--r-- | src/network/access/qnetworkaccessmanager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp index 27b7945..c870483 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() */ |