| 556 | } |
| 557 | |
| 558 | void |
| 559 | TrackerContext::addTrackToSelection(const TrackMarkerPtr& mark, |
| 560 | TrackSelectionReason reason) |
| 561 | { |
| 562 | std::list<TrackMarkerPtr> marks; |
| 563 | |
| 564 | marks.push_back(mark); |
| 565 | addTracksToSelection(marks, reason); |
| 566 | } |
| 567 | |
| 568 | void |
| 569 | TrackerContext::addTracksToSelection(const std::list<TrackMarkerPtr>& marks, |
no test coverage detected