Changeset 4345 in ntrip for trunk/BNC/src/rinex/polarplot.cpp


Ignore:
Timestamp:
Jun 24, 2012, 4:16:31 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4336 r4345  
    4242// Constructor
    4343////////////////////////////////////////////////////////////////////////////
    44 t_polarPlot::t_polarPlot(QWidget* parent) :
    45   QwtPolarPlot(QwtText("Polar Plot"), parent) {
     44t_polarPlot::t_polarPlot(const QwtText& title, QWidget* parent) :
     45
     46  QwtPolarPlot(title, parent) {
    4647
    4748  setPlotBackground(Qt::white);
Note: See TracChangeset for help on using the changeset viewer.