Changeset 5996 in ntrip


Ignore:
Timestamp:
Aug 18, 2014, 9:11:07 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5995 r5996  
    104104    }
    105105    connect(_nmeaServer, SIGNAL(newConnection()), this, SLOT(slotNewNMEAConnection()));
     106    connect(BNC_CORE, SIGNAL(newNMEAstr(QByteArray, QByteArray)),
     107            this,     SLOT(slotNewNMEAstr(QByteArray, QByteArray)));
    106108    _nmeaSockets = new QList<QTcpSocket*>;
    107109  }
     
    291293  connect(getThread, SIGNAL(getThreadFinished(QByteArray)),
    292294          this, SLOT(slotGetThreadFinished(QByteArray)));
    293 
    294   connect(BNC_CORE, SIGNAL(newNMEAstr(QByteArray, QByteArray)),
    295           this,     SLOT(slotNewNMEAstr(QByteArray, QByteArray)));
    296295
    297296  _staIDs.push_back(getThread->staID());
Note: See TracChangeset for help on using the changeset viewer.