| 202 | |
| 203 | |
| 204 | QRect |
| 205 | NodeGeometry:: |
| 206 | resizeRect() const |
| 207 | { |
| 208 | unsigned int rectSize = 4; |
| 209 | |
| 210 | return QRect(_width - rectSize, |
| 211 | _height - rectSize, |
| 212 | rectSize, |
| 213 | rectSize); |
| 214 | } |
| 215 | |
| 216 | |
| 217 | QPointF |
nothing calls this directly
no outgoing calls
no test coverage detected