根据试验现象修改众多界面
This commit is contained in:
@@ -565,7 +565,6 @@ bool DLink::setupClient(const QHostAddress &local_addr,int local_port,const QHos
|
||||
}
|
||||
|
||||
QUdpSocket *clientsock = new QUdpSocket(this);
|
||||
//int rst = clientsock->bind(QHostAddress::AnyIPv4,local_port,QAbstractSocket::ShareAddress);
|
||||
int rst = clientsock->open(QIODevice::ReadWrite);
|
||||
if(rst)
|
||||
{
|
||||
@@ -836,7 +835,6 @@ void DLink::processPendingMulticastDatagrams(void)
|
||||
|
||||
void DLink::readRTKPendingDatagrams(void)
|
||||
{
|
||||
|
||||
QObject *obj = sender();
|
||||
|
||||
if(obj)
|
||||
|
||||
Reference in New Issue
Block a user