Changeset 4309 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jun 23, 2012, 2:03:33 PM (12 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/graphwin.cpp
r4307 r4309 49 49 QDialog(parent) { 50 50 51 this->setAttribute(Qt::WA_DeleteOnClose); 52 51 53 setWindowTitle(tr("BNC Plot")); 52 54 -
trunk/BNC/src/rinex/polarplot.cpp
r4303 r4309 127 127 } 128 128 129 // Destructor 130 //////////////////////////////////////////////////////////////////////////// 131 t_polarPlot::~t_polarPlot() { 132 } 133 129 134 // 130 135 //////////////////////////////////////////////////////////////////////////// -
trunk/BNC/src/rinex/polarplot.h
r4302 r4309 13 13 public: 14 14 t_polarPlot(QWidget* = 0); 15 ~t_polarPlot(); 15 16 16 17 public slots:
Note:
See TracChangeset
for help on using the changeset viewer.