summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2018-10-31 14:51:26 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-01-08 15:00:30 +0000
commit4d9ac14bf8d1c1a33a2720c7f7dcaf8d912a592f (patch)
treef908b536230cc8ae2cf9ce8908eeba2c4e5a6343 /src/network
parent2e2832a4994a8172ce1ba5b3e1478ef5a7f8c24f (diff)
Doc: Complete doc on QHostAddress::clear()
Task-number: QTBUG-31280 Change-Id: Ia9904433b0b67bead8831f2ef678b9598977df6b Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qhostaddress.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp
index 27b5f570dc..fba91c62c8 100644
--- a/src/network/kernel/qhostaddress.cpp
+++ b/src/network/kernel/qhostaddress.cpp
@@ -574,7 +574,8 @@ QHostAddress &QHostAddress::operator=(SpecialAddress address)
*/
/*!
- Sets the host address to null.
+ Sets the host address to null and sets the protocol to
+ QAbstractSocket::UnknownNetworkLayerProtocol.
\sa QHostAddress::Null
*/