| 149 | |
| 150 | |
| 151 | void |
| 152 | ConnectionGraphicsObject:: |
| 153 | mousePressEvent(QGraphicsSceneMouseEvent* event) |
| 154 | { |
| 155 | QGraphicsItem::mousePressEvent(event); |
| 156 | //event->ignore(); |
| 157 | } |
| 158 | |
| 159 | |
| 160 | void |
nothing calls this directly
no outgoing calls
no test coverage detected