Changeset 459 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- May 11, 2007, 5:41:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r458 r459 505 505 (bncApp*)qApp, SLOT(slotMessage(const QByteArray&))); 506 506 507 connect(getThread, SIGNAL(new Obs(const QByteArray&, Observation*)),507 connect(getThread, SIGNAL(newBytes(const QByteArray, double)), 508 508 (bncTableItem*) _mountPointsTable->item(iRow, 6), 509 SLOT(slot NewObs(const QByteArray&, Observation*)));509 SLOT(slotBytes(const QByteArray, double))); 510 510 511 511 _global_caster->addGetThread(getThread);
Note:
See TracChangeset
for help on using the changeset viewer.