Changeset 5215 in ntrip
- Timestamp:
- Jun 16, 2013, 10:44:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r5214 r5215 164 164 connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)), 165 165 this, SLOT(slotMessage(const QByteArray,bool))); 166 qRegisterMetaType<bncTime>("bncTime"); 166 167 connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)), 167 168 this, SIGNAL(newPosition(bncTime, double, double, double)));
Note:
See TracChangeset
for help on using the changeset viewer.