Changeset 3639 in ntrip
- Timestamp:
- Jan 24, 2012, 11:20:02 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncmodel.cpp ¶
r3638 r3639 145 145 _opt = pppClient->opt(); 146 146 147 connect(this, SIGNAL(newMessage(QByteArray,bool)),148 ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));149 150 147 // NMEA Output 151 148 // ----------- -
TabularUnified trunk/BNC/bncmodel.h ¶
r3638 r3639 56 56 }; 57 57 58 class bncModel : public QObject{58 class bncModel { 59 59 public: 60 60 bncModel(bncPPPclient* pppClient); -
TabularUnified trunk/BNC/bncpppclient.cpp ¶
r3638 r3639 74 74 connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)), 75 75 this, SLOT(slotNewCorrections(QList<QString>))); 76 77 connect(_model, SIGNAL(newNMEAstr(QByteArray)),78 this, SIGNAL(newNMEAstr(QByteArray)));79 76 } 80 77
Note:
See TracChangeset
for help on using the changeset viewer.