Changeset 3752 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp


Ignore:
Timestamp:
Mar 30, 2012, 5:17:26 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/bncpostprocess.cpp

    r3748 r3752  
    117117      _corrFile = new t_corrFile(_opt->corrFileName);
    118118      connect(_corrFile, SIGNAL(newCorrections(QList<QString>)),
    119               _pppClient, SLOT(slotNewCorrections(QList<QString>)));
     119              _pppClient, SLOT(slotNewCorrections(QList<QString>)),
     120              Qt::DirectConnection);
    120121    }
    121122
Note: See TracChangeset for help on using the changeset viewer.