| 339 | } |
| 340 | |
| 341 | Loader::Loader(PreviewId id, const Image& image) : id_(id), image_(image) { |
| 342 | } |
| 343 | |
| 344 | PreviewProperties Loader::getProperties() const { |
| 345 | return {"", "", size_, width_, height_, id_}; |
nothing calls this directly
no outgoing calls
no test coverage detected