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