Changeset 2701 in ntrip


Ignore:
Timestamp:
Nov 16, 2010, 11:02:04 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r2697 r2701  
    328328
    329329  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);
    332331
    333332  connect(getThread, SIGNAL(getThreadFinished(QByteArray)),
Note: See TracChangeset for help on using the changeset viewer.