binded to port
authordisplacer
Wed, 07 Feb 2007 23:01:32 +0000
changeset 414 52e6be3a0985
parent 413 523f1769f2bc
child 415 d6d3a6a473a3
binded to port
QTfrontend/netudpwidget.cpp
--- 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);
 }