Changeset 5991 in ntrip for trunk/BNC/src/bnccaster.cpp


Ignore:
Timestamp:
Aug 18, 2014, 8:45:03 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.cpp

    r5738 r5991  
    292292          this, SLOT(slotGetThreadFinished(QByteArray)));
    293293
    294   connect(getThread, SIGNAL(newNMEAstr(QByteArray)),
    295           this, SLOT(slotNewNMEAstr(QByteArray)));
     294  connect(BNC_CORE, SIGNAL(newNMEAstr(QByteArray)), this, SLOT(slotNewNMEAstr(QByteArray)));
    296295
    297296  _staIDs.push_back(getThread->staID());
Note: See TracChangeset for help on using the changeset viewer.