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