diff options
author | Aaron Tunney <aaron.tunney@accenture.com> | 2010-12-07 16:10:55 (GMT) |
---|---|---|
committer | Aaron Tunney <aaron.tunney@accenture.com> | 2010-12-07 16:13:04 (GMT) |
commit | 2073995a5af4d6a7677f78757aa72e598ef4b1ac (patch) | |
tree | 0092511c332f58b0cc72ef23bd815651b080609e | |
parent | 2b60cdf7b0c17372cbeb32e3eac1e18c0baea0e4 (diff) | |
download | Qt-2073995a5af4d6a7677f78757aa72e598ef4b1ac.zip Qt-2073995a5af4d6a7677f78757aa72e598ef4b1ac.tar.gz Qt-2073995a5af4d6a7677f78757aa72e598ef4b1ac.tar.bz2 |
Fixed typo and includes.
Reviewed-by: Markus Goetz
-rw-r--r-- | src/network/kernel/qhostinfo_symbian.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo_symbian.cpp b/src/network/kernel/qhostinfo_symbian.cpp index 2e1e6ca..ffa0b46 100644 --- a/src/network/kernel/qhostinfo_symbian.cpp +++ b/src/network/kernel/qhostinfo_symbian.cpp @@ -40,6 +40,8 @@ ****************************************************************************/ //#define QHOSTINFO_DEBUG +#include <QByteArray> +#include <QUrl> #include "qplatformdefs.h" @@ -92,7 +94,7 @@ QHostInfo QHostInfoAgent::fromName(const QString &hostName) QString QHostInfo::localHostName() { - return QString() + return QString(); } QString QHostInfo::localDomainName() |