Changeset 4315 in ntrip


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

Legend:

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

    r4314 r4315  
    1919#include <qwt_series_data.h>
    2020#include <qwt_symbol.h>
    21 #include <qwt_legend.h>
    2221#include <qwt_polar_grid.h>
    23 #include <qwt_polar_curve.h>
    24 #include <qwt_polar_marker.h>
    25 #include <qwt_scale_engine.h>
    2622
    2723#include "polarplot.h"
     
    114110  QwtPolarCurve* curve = createCurve();
    115111  curve->attach(this);
    116 
    117   // Legend
    118   // ------
    119   QwtLegend *legend = new QwtLegend;
    120   insertLegend(legend,  QwtPolarPlot::BottomLegend);
    121112}
    122113
Note: See TracChangeset for help on using the changeset viewer.