| 136 | |
| 137 | |
| 138 | void |
| 139 | ConnectionGraphicsObject:: |
| 140 | paint(QPainter* painter, |
| 141 | QStyleOptionGraphicsItem const* option, |
| 142 | QWidget*) |
| 143 | { |
| 144 | painter->setClipRect(option->exposedRect); |
| 145 | |
| 146 | ConnectionPainter::paint(painter, |
| 147 | _connection); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | void |
nothing calls this directly
no outgoing calls
no test coverage detected