| 73 | } |
| 74 | |
| 75 | QRectF WSITileGraphicsItem::boundingRect() const{ |
| 76 | // return the size |
| 77 | return _boundingRect; |
| 78 | } |
| 79 | |
| 80 | void WSITileGraphicsItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, |
| 81 | QWidget *widget){ |
no outgoing calls
no test coverage detected