Changeset 4309 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jun 23, 2012, 2:03:33 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
3 edited

Legend:

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

    r4307 r4309  
    4949 QDialog(parent) {
    5050
     51  this->setAttribute(Qt::WA_DeleteOnClose);
     52
    5153  setWindowTitle(tr("BNC Plot"));
    5254
  • TabularUnified trunk/BNC/src/rinex/polarplot.cpp

    r4303 r4309  
    127127}
    128128
     129// Destructor
     130////////////////////////////////////////////////////////////////////////////
     131t_polarPlot::~t_polarPlot() {
     132}
     133
    129134//
    130135////////////////////////////////////////////////////////////////////////////
  • TabularUnified trunk/BNC/src/rinex/polarplot.h

    r4302 r4309  
    1313 public:
    1414  t_polarPlot(QWidget* = 0);
     15  ~t_polarPlot();
    1516
    1617 public slots:
Note: See TracChangeset for help on using the changeset viewer.