| 383 | } |
| 384 | |
| 385 | void ContinuousPageWidget::resetScaledCache() |
| 386 | { |
| 387 | scaledPageCache.invalidateAll(); |
| 388 | ++cacheGeneration; |
| 389 | pendingScaleRequests.clear(); |
| 390 | scalePool.clear(); |
| 391 | } |
| 392 | |
| 393 | QRect ContinuousPageWidget::pageRectFor(int pageIndex) const |
| 394 | { |
nothing calls this directly
no test coverage detected