Changeset 4605 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 31, 2012, 10:33:37 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4597 r4605  
    271271                  "", 9.0);
    272272
    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);
    274277
    275278  if (_log) {
Note: See TracChangeset for help on using the changeset viewer.