Changeset 2646 in ntrip
- Timestamp:
- Nov 6, 2010, 7:55:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r2585 r2646 264 264 265 265 connect(getThread, SIGNAL(newObs(QByteArray, bool, p_obs)), 266 this, SLOT(newObs(QByteArray, bool, p_obs))); 266 this, SLOT(newObs(QByteArray, bool, p_obs)), 267 Qt::DirectConnection); 267 268 268 269 connect(getThread, SIGNAL(getThreadFinished(QByteArray)),
Note:
See TracChangeset
for help on using the changeset viewer.