read-only interface imitating a QRect:
| 4653 | |
| 4654 | // read-only interface imitating a QRect: |
| 4655 | int left() const { return mRect.left(); } |
| 4656 | int right() const { return mRect.right(); } |
| 4657 | int top() const { return mRect.top(); } |
| 4658 | int bottom() const { return mRect.bottom(); } |
nothing calls this directly
no outgoing calls
no test coverage detected