Changeset 5727 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Jul 31, 2014, 2:32:14 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5726 r5727  
    6969  // ----------------------
    7070  if (BNC_CORE->caster()) {
    71     connect(BNC_CORE->caster(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
     71    connect(BNC_CORE->caster().data(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
    7272          this,      SLOT(slotNewObs(QByteArray, QList<t_obs>)));
    7373
Note: See TracChangeset for help on using the changeset viewer.