- Timestamp:
- Aug 31, 2012, 10:33:37 AM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/src/rinex/reqcanalyze.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/src/rinex/reqcanalyze.cppr4597 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.
  
