Changeset 2701 in ntrip
- Timestamp:
- Nov 16, 2010, 11:02:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r2697 r2701 328 328 329 329 connect(getThread, SIGNAL(newObs(QByteArray, bool, p_obs)), 330 this, SLOT(newObs(QByteArray, bool, p_obs)), 331 Qt::DirectConnection); 330 this, SLOT(newObs(QByteArray, bool, p_obs))); /// Qt::DirectConnection); 332 331 333 332 connect(getThread, SIGNAL(getThreadFinished(QByteArray)),
Note:
See TracChangeset
for help on using the changeset viewer.