Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.0, 5.12.3
-
Fix Version/s: 5.12.4, 5.14.0 Alpha
-
Component/s: Documentation, Network
-
Commits:6a21dc9d734fbde681dc4bf01d41561766a4359c (qt/qtbase/5.12)
Description
Two typos in https://doc.qt.io/qt-5/qhostaddress.html#SpecialAddress-enum
The IPv4 any-address. Equivalent to QHostAddress("0.0.0.0"). A socket bound with this address will listen only on IPv4 interaces interfaces.
The IPv6 any-address. Equivalent to QHostAddress("::"). A socket bound with this address will listen only on IPv6 interaces interfaces.