Changeset 4605 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Aug 31, 2012, 10:33:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4597 r4605 271 271 "", 9.0); 272 272 273 emit dspAvailPlot(obsFile->fileName(), "Availability L1&L2"); 273 QFileInfo fileInfo(obsFile->fileName()); 274 QByteArray title = fileInfo.fileName().toAscii(); 275 276 emit dspAvailPlot(obsFile->fileName(), title); 274 277 275 278 if (_log) {
Note:
See TracChangeset
for help on using the changeset viewer.