--------------------------------------------------------------------
| 60 | |
| 61 | //-------------------------------------------------------------------- |
| 62 | unsigned width() const |
| 63 | { |
| 64 | return m_ren->width(); |
| 65 | } |
| 66 | unsigned height() const |
| 67 | { |
| 68 | return m_ren->height(); |
no outgoing calls
no test coverage detected