Changeset 10971 in ntrip
- Timestamp:
- Jul 29, 2026, 9:32:23 AM (9 hours ago)
- File:
-
- 1 edited
-
trunk/BNC/src/rinex/reqcanalyze.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.h
r10966 r10971 67 67 _data = new QVector<t_polarPoint*>; 68 68 } 69 ~t_skyPlotData() { 70 qDeleteAll(*_data); 71 delete _data; 72 } 69 // _data ownership passes to t_polarData (see t_polarPlot::addCurve); do not free it here, 70 // t_skyPlotData is copied by value (QVector growth, signal/slot) so all copies share this pointer. 71 ~t_skyPlotData() {} 73 72 char _sys; 74 73 QString _title;
Note:
See TracChangeset
for help on using the changeset viewer.
