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


Ignore:
Timestamp:
Jul 29, 2012, 5:21:34 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4450 r4451  
    133133    graphWin->show();
    134134
    135     //// beg test
    136     graphWin->savePNG();
    137     //// end test
     135    bncSettings settings;
     136    QString dirName = settings.value("reqcPlotDir").toString();
     137    if (!dirName.isEmpty()) {
     138      graphWin->savePNG(dirName);
     139    }
    138140  }
    139141}
Note: See TracChangeset for help on using the changeset viewer.