| 2497 | } |
| 2498 | |
| 2499 | void |
| 2500 | DefaultScheduler::timelineGoTo(int time) |
| 2501 | { |
| 2502 | QMutexLocker k(&_currentTimeMutex); |
| 2503 | |
| 2504 | _currentTime = time; |
| 2505 | } |
| 2506 | |
| 2507 | int |
| 2508 | DefaultScheduler::timelineGetTime() const |
nothing calls this directly
no test coverage detected