Changeset 2646 in ntrip


Ignore:
Timestamp:
Nov 6, 2010, 7:55:35 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r2585 r2646  
    264264
    265265  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);
    267268
    268269  connect(getThread, SIGNAL(getThreadFinished(QByteArray)),
Note: See TracChangeset for help on using the changeset viewer.