Changeset 5996 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 18, 2014, 9:11:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccaster.cpp
r5995 r5996 104 104 } 105 105 connect(_nmeaServer, SIGNAL(newConnection()), this, SLOT(slotNewNMEAConnection())); 106 connect(BNC_CORE, SIGNAL(newNMEAstr(QByteArray, QByteArray)), 107 this, SLOT(slotNewNMEAstr(QByteArray, QByteArray))); 106 108 _nmeaSockets = new QList<QTcpSocket*>; 107 109 } … … 291 293 connect(getThread, SIGNAL(getThreadFinished(QByteArray)), 292 294 this, SLOT(slotGetThreadFinished(QByteArray))); 293 294 connect(BNC_CORE, SIGNAL(newNMEAstr(QByteArray, QByteArray)),295 this, SLOT(slotNewNMEAstr(QByteArray, QByteArray)));296 295 297 296 _staIDs.push_back(getThread->staID());
Note:
See TracChangeset
for help on using the changeset viewer.