| 564 | } |
| 565 | |
| 566 | bool |
| 567 | TrackMarker::isUserKeyframe(int time) const |
| 568 | { |
| 569 | QMutexLocker k(&_imp->trackMutex); |
| 570 | |
| 571 | return _imp->userKeyframes.find(time) != _imp->userKeyframes.end(); |
| 572 | } |
| 573 | |
| 574 | int |
| 575 | TrackMarker::getPreviousKeyframe(int time) const |
no test coverage detected