diff options
author | Sarah Smith <sarah.j.smith@nokia.com> | 2009-06-05 04:35:42 (GMT) |
---|---|---|
committer | Sarah Smith <sarah.j.smith@nokia.com> | 2009-06-05 04:40:38 (GMT) |
commit | d0f47dfb66f10034a7b4336272f5aec63daad4fe (patch) | |
tree | 3711f74e0e29ff67781ae71ca5dda88255167010 /src/network/kernel/qauthenticator.cpp | |
parent | ef0d1c839aed75201da10f8db7e515d9fb55bb16 (diff) | |
download | Qt-d0f47dfb66f10034a7b4336272f5aec63daad4fe.zip Qt-d0f47dfb66f10034a7b4336272f5aec63daad4fe.tar.gz Qt-d0f47dfb66f10034a7b4336272f5aec63daad4fe.tar.bz2 |
Compile when -no-qt3-support is on.
As checked in was compiling with QDataStream(QByteArray *, int) and
that method is only available when compiling with qt3 support.
Reviewed-by: Julian de Bhal
Diffstat (limited to 'src/network/kernel/qauthenticator.cpp')
-rw-r--r-- | src/network/kernel/qauthenticator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index b672765..cae3024 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -46,6 +46,7 @@ #include <qbytearray.h> #include <qcryptographichash.h> #include <qhttp.h> +#include <qiodevice.h> #include <qdatastream.h> #include <qendian.h> #include <qstring.h> |