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


Ignore:
Timestamp:
Dec 13, 2018, 2:36:28 PM (5 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r8556 r8566  
    5555
    5656 public:
    57   t_graphWin(QWidget* parent, const QString& fileName,
    58              const QVector<QWidget*>& plots, const QByteArray* scaleTitle,
    59              const QwtInterval* scaleInterval, bool specialLayout);
     57  t_graphWin(QWidget* parent, const QString& fileName, const QVector<QWidget*>& plots,
     58             bool specialLayout, const QByteArray* scaleTitle = 0,
     59             const QwtInterval* scaleInterval = 0, const QVector<int>* rows = 0);
    6060  ~t_graphWin();
    6161
Note: See TracChangeset for help on using the changeset viewer.