Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0, 5.12.3
-
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.