- Timestamp:
- Sep 13, 2014, 5:19:52 PM (11 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(newCorrections(Q StringList)),344 this, SLOT(slotNewCorrections(Q StringList)));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.