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