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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h
index b96c8c13e1..b842dc3ab0 100644
--- a/src/network/kernel/qauthenticator_p.h
+++ b/src/network/kernel/qauthenticator_p.h
@@ -62,6 +62,9 @@
QT_BEGIN_NAMESPACE
class QHttpResponseHeader;
+#ifdef Q_OS_WIN32
+class QNtlmWindowsHandles;
+#endif
class Q_AUTOTEST_EXPORT QAuthenticatorPrivate
{
@@ -77,6 +80,9 @@ public:
Method method;
QString realm;
QByteArray challenge;
+#ifdef Q_OS_WIN32
+ QNtlmWindowsHandles *ntlmWindowsHandles;
+#endif
bool hasFailed; //credentials have been tried but rejected by server.
enum Phase {