mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
document the QHostAddress::FormattingOption enums
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9871d0107c
commit
10ee130424
1 changed files with 12 additions and 13 deletions
|
@ -72,12 +72,18 @@ QHostAddressPrivate::QHostAddressPrivate()
|
|||
|
||||
/*! \enum QHostAddress::SpecialAddress
|
||||
|
||||
\value Null The null address object. Equivalent to QHostAddress().
|
||||
\value LocalHost The IPv4 localhost address. Equivalent to QHostAddress("127.0.0.1").
|
||||
\value LocalHostIPv6 The IPv6 localhost address. Equivalent to QHostAddress("::1").
|
||||
\value Broadcast The IPv4 broadcast address. Equivalent to QHostAddress("255.255.255.255").
|
||||
\value Any The IPv4 any-address. Equivalent to QHostAddress("0.0.0.0").
|
||||
\value AnyIPv6 The IPv6 any-address. Equivalent to QHostAddress("::").
|
||||
\value Null The null address object. Equivalent to QHostAddress().
|
||||
\value LocalHost The IPv4 localhost address. Equivalent to QHostAddress("127.0.0.1").
|
||||
\value LocalHostIPv6 The IPv6 localhost address. Equivalent to QHostAddress("::1").
|
||||
\value Broadcast The IPv4 broadcast address. Equivalent to QHostAddress("255.255.255.255").
|
||||
\value Any The IPv4 any-address. Equivalent to QHostAddress("0.0.0.0").
|
||||
\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.
|
||||
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue