summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-05-21 15:35:58 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-23 01:04:40 +0200
commit6ee1c645aca0a72d634af9cef986c45d66255351 (patch)
treefe6fe138698baa378d92fc3636a63366a1671171 /src/network/kernel/qauthenticator_p.h
parent3ec08bff24a26de66ea754085d140b36caac2cbc (diff)
QtNetwork: Fix mingw-warnings.
Constructor order, use Q_OS_WIN. Change-Id: Ie45aa9c3aed45437feb66d8ddcfb22530c441435 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'src/network/kernel/qauthenticator_p.h')
-rw-r--r--src/network/kernel/qauthenticator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h
index b842dc3ab0..491e004737 100644
--- a/src/network/kernel/qauthenticator_p.h
+++ b/src/network/kernel/qauthenticator_p.h
@@ -80,7 +80,7 @@ public:
Method method;
QString realm;
QByteArray challenge;
-#ifdef Q_OS_WIN32
+#ifdef Q_OS_WIN
QNtlmWindowsHandles *ntlmWindowsHandles;
#endif
bool hasFailed; //credentials have been tried but rejected by server.