Changeset 10937 in ntrip


Ignore:
Timestamp:
Jun 18, 2026, 8:53:23 AM (4 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r10630 r10937  
    6767      _data = new QVector<t_polarPoint*>;
    6868    }
    69     ~t_skyPlotData() {}
     69    ~t_skyPlotData() {
     70      qDeleteAll(*_data);
     71      delete _data;
     72    }
    7073    char                    _sys;
    7174    QString                 _title;
Note: See TracChangeset for help on using the changeset viewer.