Feature #2102
for(Ctrl *q = GetFirstChild(); q; q = q->GetNext()) could be written as for(Ctrl *q : Children())
Status: | Approved | Start date: | 11/16/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
..with little effort implementing Children function and appropriate collection.
History
#1 Updated by Miroslav Fidler over 4 years ago
- Status changed from New to Approved