Changeset 2113 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Dec 15, 2009, 10:02:11 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2054 r2113  
    288288  if (settings.value("pppMount").toString() == _staID) {
    289289    _PPPclient = new bncPPPclient(_staID);
    290     connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)),
    291             _PPPclient, SLOT(slotNewEphGPS(gpsephemeris)));
    292     connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
    293             _PPPclient, SLOT(slotNewCorrections(QList<QString>)));
    294     connect(_PPPclient, SIGNAL(newMessage(QByteArray,bool)),
    295             ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
    296290  }
    297291
Note: See TracChangeset for help on using the changeset viewer.