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


Ignore:
Timestamp:
Aug 29, 2012, 4:48:42 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4577 r4579  
    4141#include <iostream>
    4242#include <iomanip>
     43#include <qwt_plot_renderer.h>
    4344
    4445#include "reqcanalyze.h"
     
    166167    if (!dirName.isEmpty()) {
    167168      QByteArray ext = scaleTitle.isEmpty() ? "_SNR.png" : "_MP.png";
    168       graphWin->savePNG(dirName, ext, 0);
     169      graphWin->savePNG(dirName, ext);
    169170    }
    170171  }
     
    524525    if (!dirName.isEmpty()) {
    525526      QByteArray ext = "_AVAIL.png";
    526       graphWin->savePNG(dirName, ext, plot);
    527     }
    528   }
    529 }
     527      graphWin->savePNG(dirName, ext);
     528    }
     529  }
     530}
Note: See TracChangeset for help on using the changeset viewer.