Changeset 1786 in ntrip


Ignore:
Timestamp:
Apr 8, 2009, 8:49:57 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryudp0.cpp

    r1785 r1786  
    9696    _address = hInfo.addresses().first();
    9797    _udpSocket = new QUdpSocket();
    98     _udpSocket->bind(0);
     98    _udpSocket->bind(_url.port());
    9999    connect(_udpSocket, SIGNAL(readyRead()), _eventLoop, SLOT(quit()));
    100100
Note: See TracChangeset for help on using the changeset viewer.