diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-25 10:11:57 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-25 10:14:18 (GMT) |
commit | e4b6d83ae9c060805d630f94f97447655b2e78ed (patch) | |
tree | 6e3f2d1b7984ce1af65504ccf11aacb3301e5737 /src/network/kernel/qhostaddress.cpp | |
parent | feec449d63c355dd465dea7674d43923e999911e (diff) | |
download | Qt-e4b6d83ae9c060805d630f94f97447655b2e78ed.zip Qt-e4b6d83ae9c060805d630f94f97447655b2e78ed.tar.gz Qt-e4b6d83ae9c060805d630f94f97447655b2e78ed.tar.bz2 |
QHostAddress: Clarification about DNS
Task-number: QT-1683
Diffstat (limited to 'src/network/kernel/qhostaddress.cpp')
-rw-r--r-- | src/network/kernel/qhostaddress.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp index 40ec14a..8b98630 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. |