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


Ignore:
Timestamp:
Oct 31, 2014, 6:12:41 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6271 r6272  
    637637void t_reqcAnalyze::dspAvailPlot(const QString& fileName, const QByteArray& title) {
    638638
     639  QMap<t_prn, t_plotData> plotData;
     640
    639641  if (BNC_CORE->GUIenabled()) {
    640     t_availPlot* plotA = new t_availPlot(0, _qcFile._qcEpoSampled);
     642    t_availPlot* plotA = new t_availPlot(0, plotData);
    641643    plotA->setTitle(title);
    642644
    643     t_elePlot* plotZ = new t_elePlot(0, _qcFile._qcEpoSampled);
    644 
    645     t_dopPlot* plotD = new t_dopPlot(0, _qcFile._qcEpoSampled);
     645    t_elePlot* plotZ = new t_elePlot(0, plotData);
     646
     647    t_dopPlot* plotD = new t_dopPlot(0, plotData);
    646648
    647649    QVector<QWidget*> plots;
Note: See TracChangeset for help on using the changeset viewer.