Changeset 4577 in ntrip for trunk/BNC/src/rinex/graphwin.h


Ignore:
Timestamp:
Aug 29, 2012, 3:32:18 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.h

    r4573 r4577  
    2929#include <QtGui>
    3030#include <qwt_color_map.h>
     31#include <qwt_plot.h>
    3132
    3233class QwtScaleWidget;
     
    5758  ~t_graphWin();
    5859
    59   void savePNG(const QString& dirName, QByteArray ext);
     60  void savePNG(const QString& dirName, QByteArray ext, QwtPlot* plot);
    6061
    6162 signals:
Note: See TracChangeset for help on using the changeset viewer.