| 4658 | int bottom() const { return mRect.bottom(); } |
| 4659 | int width() const { return mRect.width(); } |
| 4660 | int height() const { return mRect.height(); } |
| 4661 | QSize size() const { return mRect.size(); } |
| 4662 | QPoint topLeft() const { return mRect.topLeft(); } |
| 4663 | QPoint topRight() const { return mRect.topRight(); } |
nothing calls this directly
no outgoing calls
no test coverage detected