| 162 | |
| 163 | |
| 164 | void |
| 165 | NodeGraphicsObject:: |
| 166 | paint(QPainter * painter, |
| 167 | QStyleOptionGraphicsItem const* option, |
| 168 | QWidget* ) |
| 169 | { |
| 170 | painter->setClipRect(option->exposedRect); |
| 171 | |
| 172 | NodePainter::paint(painter, _node, _scene); |
| 173 | } |
| 174 | |
| 175 | |
| 176 | QVariant |
nothing calls this directly
no outgoing calls
no test coverage detected