| 143 | } |
| 144 | |
| 145 | void Track::CopyGroupProperties(const Track &other) |
| 146 | { |
| 147 | mName = other.mName; |
| 148 | mSelected = other.mSelected; |
| 149 | } |
| 150 | |
| 151 | void Track::DoSetLinkType(LinkType linkType, bool completeList) |
| 152 | { |
no outgoing calls
no test coverage detected