changeset 414 | 52e6be3a0985 |
parent 413 | 523f1769f2bc |
child 416 | 595d8663254d |
--- a/QTfrontend/netudpwidget.cpp Wed Feb 07 22:59:49 2007 +0000 +++ b/QTfrontend/netudpwidget.cpp Wed Feb 07 23:01:32 2007 +0000 @@ -12,7 +12,7 @@ mainLayout.addWidget(serversList); pUdpSocket = new QUdpSocket(this); - pUdpSocket->bind();//46632); + pUdpSocket->bind(46632); connect(pUdpSocket, SIGNAL(readyRead()), this, SLOT(onClientRead())); pUdpSocket->writeDatagram("hedgewars client", QHostAddress::Broadcast, 46631); }