summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/kernel/qauthenticator_p.h')
-rw-r--r--src/network/kernel/qauthenticator_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h
index a41b31d333..b96c8c13e1 100644
--- a/src/network/kernel/qauthenticator_p.h
+++ b/src/network/kernel/qauthenticator_p.h
@@ -68,8 +68,8 @@ class Q_AUTOTEST_EXPORT QAuthenticatorPrivate
public:
enum Method { None, Basic, Plain, Login, Ntlm, CramMd5, DigestMd5 };
QAuthenticatorPrivate();
+ ~QAuthenticatorPrivate();
- QAtomicInt ref;
QString user;
QString extractedUser;
QString password;
@@ -104,7 +104,7 @@ public:
static QHash<QByteArray, QByteArray> parseDigestAuthenticationChallenge(const QByteArray &challenge);
void parseHttpResponse(const QList<QPair<QByteArray, QByteArray> >&, bool isProxy);
-
+ void updateCredentials();
};