| 2505 | } |
| 2506 | |
| 2507 | int |
| 2508 | DefaultScheduler::timelineGetTime() const |
| 2509 | { |
| 2510 | QMutexLocker k(&_currentTimeMutex); |
| 2511 | |
| 2512 | return _currentTime; |
| 2513 | } |
| 2514 | |
| 2515 | void |
| 2516 | DefaultScheduler::getFrameRangeToRender(int& first, |
nothing calls this directly
no test coverage detected