Changeset 4314 in ntrip for trunk/BNC/src/rinex/polarplot.h


Ignore:
Timestamp:
Jun 23, 2012, 3:22:37 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4309 r4314  
    44
    55#include <qwt_polar_plot.h>
    6 
    7 class QwtPolarGrid;
    8 class QwtPolarCurve;
     6#include <qwt_polar_curve.h>
    97
    108class t_polarPlot: public QwtPolarPlot {
     
    1917 private:
    2018  QwtPolarCurve* createCurve() const;
    21   QwtPolarGrid*           _grid;
    22   QVector<QwtPolarCurve*> _curves;
    2319};
    2420
Note: See TracChangeset for help on using the changeset viewer.