Changeset 3639 in ntrip


Ignore:
Timestamp:
Jan 24, 2012, 11:20:02 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3638 r3639  
    145145  _opt       = pppClient->opt();
    146146
    147   connect(this, SIGNAL(newMessage(QByteArray,bool)),
    148           ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
    149 
    150147  // NMEA Output
    151148  // -----------
  • trunk/BNC/bncmodel.h

    r3638 r3639  
    5656};
    5757
    58 class bncModel : public QObject {
     58class bncModel {
    5959 public:
    6060  bncModel(bncPPPclient* pppClient);
  • trunk/BNC/bncpppclient.cpp

    r3638 r3639  
    7474  connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
    7575          this, SLOT(slotNewCorrections(QList<QString>)));
    76 
    77   connect(_model, SIGNAL(newNMEAstr(QByteArray)),
    78           this,   SIGNAL(newNMEAstr(QByteArray)));
    7976}
    8077
Note: See TracChangeset for help on using the changeset viewer.