Changeset 6145 in ntrip
- Timestamp:
- Sep 13, 2014, 5:19:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppRun.cpp
r6143 r6145 341 341 if (!_opt->_corrFile.empty()) { 342 342 _corrFile = new t_corrFile(QString(_opt->_corrFile.c_str())); 343 connect(_corrFile, SIGNAL(new Corrections(QStringList)),344 this, SLOT(slotNew Corrections(QStringList)));343 connect(_corrFile, SIGNAL(newOrbCorrections(QList<t_orbCorr>)), 344 this, SLOT(slotNewOrbCorrections(QList<t_orbCorr>))); 345 345 } 346 346
Note:
See TracChangeset
for help on using the changeset viewer.