QHostAddress addr(QHostAddress::Any);
Q_ASSERT(addr == QHostAddress::Any);
hits the assert with current Qt5.
- is required for
-
QTBUG-22899 QTcpServer fais if listening on QHostAddress::Any
-
- Closed
-
QHostAddress addr(QHostAddress::Any);
Q_ASSERT(addr == QHostAddress::Any);
hits the assert with current Qt5.
QTBUG-22899
QTcpServer fais if listening on QHostAddress::Any