Changeset 10937 in ntrip
- Timestamp:
- Jun 18, 2026, 8:53:23 AM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/BNC/src/rinex/reqcanalyze.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.h
r10630 r10937 67 67 _data = new QVector<t_polarPoint*>; 68 68 } 69 ~t_skyPlotData() {} 69 ~t_skyPlotData() { 70 qDeleteAll(*_data); 71 delete _data; 72 } 70 73 char _sys; 71 74 QString _title;
Note:
See TracChangeset
for help on using the changeset viewer.
