Changeset 4450 in ntrip for trunk/BNC/src/rinex/reqcanalyze.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/reqcanalyze.h

    r4361 r4450  
    4545 signals:
    4646  void finished();
    47   void displayGraph(QVector<t_polarPoint*>*, QVector<t_polarPoint*>*);
     47  void displayGraph(const QString& fileName, QVector<t_polarPoint*>*,
     48                    QVector<t_polarPoint*>*);
    4849   
    4950 private slots:
    50   void slotDisplayGraph(QVector<t_polarPoint*>*, QVector<t_polarPoint*>*);
     51  void slotDisplayGraph(const QString& fileName, QVector<t_polarPoint*>*,
     52                        QVector<t_polarPoint*>*);
    5153
    5254 public:
Note: See TracChangeset for help on using the changeset viewer.