| 96 | } |
| 97 | |
| 98 | void PathologyViewer::setCacheSize(unsigned long long& maxCacheSize) { |
| 99 | if (_cache) { |
| 100 | _cache->setMaxCacheSize(maxCacheSize); |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | void PathologyViewer::resizeEvent(QResizeEvent *event) { |
| 105 | QRect rect = QRect(QPoint(0, 0), event->size()); |
nothing calls this directly
no test coverage detected