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


Ignore:
Timestamp:
Aug 31, 2012, 11:33:14 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4595 r4610  
    55#include <qwt_plot.h>
    66#include <qwt_symbol.h>
     7#include <qwt_plot_curve.h>
    78
    89class t_availData;
     
    1516
    1617private:
    17   void addCurve(const QString& name, const QwtSymbol* symbol,
    18                 const QVector<double>& xData, const QVector<double>& yData);
     18  QwtPlotCurve* addCurve(const QString& name, const QwtSymbol* symbol,
     19                         const QVector<double>& xData,
     20                         const QVector<double>& yData);
    1921};
    2022
Note: See TracChangeset for help on using the changeset viewer.