| 3484 | } |
| 3485 | |
| 3486 | void |
| 3487 | ViewerInstance::clearPartialUpdateParams() |
| 3488 | { |
| 3489 | QMutexLocker k(&_imp->viewerParamsMutex); |
| 3490 | |
| 3491 | _imp->partialUpdateRects.clear(); |
| 3492 | _imp->viewportCenterSet = false; |
| 3493 | } |
| 3494 | |
| 3495 | void |
| 3496 | ViewerInstance::setDoingPartialUpdates(bool doing) |