- Timestamp:
- Sep 12, 2013, 7:04:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/map_stations/map_stations.cpp
r5438 r5439 146 146 } 147 147 _plot->slotNewPoints(points); 148 149 QListIterator<t_worldPlot::t_point*> it(points); 150 while (it.hasNext()) { 151 delete it.next(); 152 } 148 153 } 149 154
Note:
See TracChangeset
for help on using the changeset viewer.