| 331 | } |
| 332 | |
| 333 | unsigned long long ASAP_Window::getCacheSize() const { |
| 334 | PathologyViewer* view = this->findChild<PathologyViewer*>("pathologyView"); |
| 335 | if (view) { |
| 336 | return view->getCacheSize(); |
| 337 | } |
| 338 | else { |
| 339 | return 0; |
| 340 | } |
| 341 | } |
| 342 | |
| 343 | void ASAP_Window::setupUi() |
| 344 | { |
nothing calls this directly
no outgoing calls
no test coverage detected