| 3501 | } |
| 3502 | |
| 3503 | bool |
| 3504 | ViewerInstance::isDoingPartialUpdates() const |
| 3505 | { |
| 3506 | QMutexLocker k(&_imp->viewerParamsMutex); |
| 3507 | |
| 3508 | return _imp->isDoingPartialUpdates; |
| 3509 | } |
| 3510 | |
| 3511 | void |
| 3512 | ViewerInstance::reportStats(int time, |
no outgoing calls
no test coverage detected