From 8bbf1a46a56ce0f0047e24a57add63d503dd7457 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 10 Jan 2012 09:36:56 -0200 Subject: Removing QHttpHeader and QHttpResponseHeader. QAuthenticator used it for the convinience of QHttpSocketEngine only. QHttpSocketEngine has now been ported to use QHttpNetworkReply to parse HTTP responses. Change-Id: Idf6e70aa76613aad6e3d789d81ca1b4fd73575c2 Reviewed-by: Peter Hartmann --- src/network/kernel/qauthenticator_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/network/kernel/qauthenticator_p.h') diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h index 4b79202d92..a8075147cb 100644 --- a/src/network/kernel/qauthenticator_p.h +++ b/src/network/kernel/qauthenticator_p.h @@ -103,9 +103,6 @@ public: QByteArray digestMd5Response(const QByteArray &challenge, const QByteArray &method, const QByteArray &path); static QHash parseDigestAuthenticationChallenge(const QByteArray &challenge); -#ifndef QT_NO_HTTP - void parseHttpResponse(const QHttpResponseHeader &, bool isProxy); -#endif void parseHttpResponse(const QList >&, bool isProxy); }; -- cgit v1.2.3