| 14 | |
| 15 | |
| 16 | void |
| 17 | ConnectionBlurEffect:: |
| 18 | draw(QPainter* painter) |
| 19 | { |
| 20 | QGraphicsBlurEffect::draw(painter); |
| 21 | |
| 22 | //ConnectionPainter::paint(painter, |
| 23 | //_object->connectionGeometry(), |
| 24 | //_object->connectionState()); |
| 25 | |
| 26 | //_item->paint(painter, nullptr, nullptr); |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected