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
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue