summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostaddress.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-09-28 13:14:00 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-09-28 13:14:00 (GMT)
commit58b40ab2220b9af4d2e679f23f07e425f9075dbd (patch)
treeb1da974247685a5034a2516a1bac457329baa127 /src/network/kernel/qhostaddress.cpp
parentc9efa5704ba89736e90d7a28e07687a826874232 (diff)
parent726ce1dcba37d85bc743559e1b882a72413d1d82 (diff)
downloadQt-58b40ab2220b9af4d2e679f23f07e425f9075dbd.zip
Qt-58b40ab2220b9af4d2e679f23f07e425f9075dbd.tar.gz
Qt-58b40ab2220b9af4d2e679f23f07e425f9075dbd.tar.bz2
Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/network/kernel/qhostaddress.cpp')
-rw-r--r--src/network/kernel/qhostaddress.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp
index 5d94dc9..0e5cd1e 100644
--- a/src/network/kernel/qhostaddress.cpp
+++ b/src/network/kernel/qhostaddress.cpp
@@ -432,6 +432,9 @@ void QNetmaskAddress::setPrefixLength(QAbstractSocket::NetworkLayerProtocol prot
using isIPv4Address() or isIPv6Address(), and retrieved with
toIPv4Address(), toIPv6Address(), or toString().
+ \note Please note that QHostAddress does not do DNS lookups.
+ QHostInfo is needed for that.
+
The class also supports common predefined addresses: \l Null, \l
LocalHost, \l LocalHostIPv6, \l Broadcast, and \l Any.