| 20 | } |
| 21 | |
| 22 | void ImageViewCore::imageLoaded(int width, int height) { _imageSize = Size{(double)width, (double)height}; } |
| 23 | |
| 24 | Size ImageViewCore::sizeForSpace(Size availableSpace) const |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected