| 41 | inline void keepAspectRatio(const bool pKeep) { mImage->keepAspectRatio(pKeep); } |
| 42 | |
| 43 | inline unsigned width() const { return mImage->width(); } |
| 44 | |
| 45 | inline unsigned height() const { return mImage->height(); } |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected