| 4991 | int bottom() const { return mRect.bottom(); } |
| 4992 | int width() const { return mRect.width(); } |
| 4993 | int height() const { return mRect.height(); } |
| 4994 | QSize size() const { return mRect.size(); } |
| 4995 | QPoint topLeft() const { return mRect.topLeft(); } |
| 4996 | QPoint topRight() const { return mRect.topRight(); } |
no outgoing calls
no test coverage detected