Changeset 5732 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jul 31, 2014, 4:28:21 PM (10 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r5268 r5732 169 169 if (!_opt->corrFileName.isEmpty()) { 170 170 _corrFile = new t_corrFile(_opt->corrFileName); 171 connect(_corrFile, SIGNAL(newCorrections(Q List<QString>)),172 _pppClient, SLOT(slotNewCorrections(Q List<QString>)),171 connect(_corrFile, SIGNAL(newCorrections(QStringList)), 172 _pppClient, SLOT(slotNewCorrections(QStringList)), 173 173 Qt::DirectConnection); 174 174 } -
trunk/BNC/src/rinex/corrfile.cpp
r3756 r5732 71 71 } 72 72 73 Q List<QString>corrs;73 QStringList corrs; 74 74 75 75 if (!_lastLine.isEmpty()) { -
trunk/BNC/src/rinex/corrfile.h
r3756 r5732 40 40 41 41 signals: 42 void newCorrections(Q List<QString>);42 void newCorrections(QStringList); 43 43 44 44 private:
Note:
See TracChangeset
for help on using the changeset viewer.