Changeset 4595 in ntrip for trunk/BNC/src/rinex/availplot.h


Ignore:
Timestamp:
Aug 30, 2012, 12:40:37 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4584 r4595  
    44#include <QtCore>
    55#include <qwt_plot.h>
     6#include <qwt_symbol.h>
    67
    78class t_availData;
     
    1415
    1516private:
    16 
     17  void addCurve(const QString& name, const QwtSymbol* symbol,
     18                const QVector<double>& xData, const QVector<double>& yData);
    1719};
    1820
Note: See TracChangeset for help on using the changeset viewer.