QHostAddress documentation update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-30 04:12:56 +02:00
parent 11fdfa54a3
commit 9a5c6fe1e6

View file

@ -58,8 +58,7 @@ QHostAddressPrivate::QHostAddressPrivate()
and QUdpSocket to connect to a host or to set up a server.
A host address is set with setAddress(), and retrieved with
toIPv4Address(), toIPv6Address(), or toString(). You can check the
type with protocol().
toString(). You can check the type with protocol().
\note Please note that QHostAddress does not do DNS lookups.
QHostInfo is needed for that.