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


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

Legend:

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

    r4444 r4450  
    5252
    5353 public:
    54   t_graphWin(QWidget* parent, const QVector<QWidget*>& plots,
    55              const QwtInterval scaleInterval);
     54  t_graphWin(QWidget* parent, const QString& fileName,
     55             const QVector<QWidget*>& plots, const QwtInterval scaleInterval);
    5656  ~t_graphWin();
    5757
     
    6868
    6969 private:
     70  QString         _fileName;
    7071  QWidget*        _canvas;
    7172  QPushButton*    _buttonClose;
Note: See TracChangeset for help on using the changeset viewer.