summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessauthenticationmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QNAM: Move authentication cache to separate classMarkus Goetz2011-02-041-0/+297
Also make the authentication cache thread-safe by using a mutex and making QNetworkAuthenticationCredential a value-class. Reviewed-by: thiago