Changeset 4310 in ntrip for trunk/BNC/src/rinex/graphwin.cpp


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

Legend:

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

    r4309 r4310  
    4040
    4141#include "graphwin.h"
    42 #include "polarplot.h"
    4342
    4443using namespace std;
     
    4645// Constructor
    4746////////////////////////////////////////////////////////////////////////////
    48 t_graphWin::t_graphWin(QWidget* parent, const QVector<t_polarPlot*>& plots) :
     47t_graphWin::t_graphWin(QWidget* parent, const QVector<QWidget*>& plots) :
    4948 QDialog(parent) {
    5049
Note: See TracChangeset for help on using the changeset viewer.