| 84 | } |
| 85 | |
| 86 | void Shape::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) |
| 87 | { |
| 88 | QMenu menu_; |
| 89 | menu(menu_, App::fileTreeView()); |
| 90 | menu_.exec(event->screenPos()); |
| 91 | } |
| 92 | |
| 93 | QVariant Shape::itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant& value) |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected