document the QHostAddress::FormattingOption enums

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-30 03:46:07 +02:00
parent 9871d0107c
commit 10ee130424

View file

@ -80,6 +80,12 @@ QHostAddressPrivate::QHostAddressPrivate()
\value AnyIPv6 The IPv6 any-address. Equivalent to QHostAddress("::").
*/
/*! \enum QHostAddress::FormattingOption
\value None No formatting option.
\value RemoveScope Remove the scope, relevant only for IPv6 addresses.
*/
/*! Constructs a host address object with the IP address 0.0.0.0.
\sa clear()
@ -196,13 +202,6 @@ QHostAddress &QHostAddress::operator=(const QByteArray &address)
address given; otherwise returns false.
*/
/*!
\fn bool QHostAddress::operator!=(SpecialAddress other) const
Returns true if this host address is not the same as the \a other
address given; otherwise returns false.
*/
/*!
Sets the host address to 0.0.0.0.
*/