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