| 226 | } |
| 227 | |
| 228 | void WorksheetElementContainerPrivate::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) { |
| 229 | scene()->clearSelection(); |
| 230 | setSelected(true); |
| 231 | QMenu* menu = q->createContextMenu(); |
| 232 | menu->exec(event->screenPos()); |
| 233 | } |
| 234 | |
| 235 | void WorksheetElementContainerPrivate::prepareGeometryChangeRequested() { |
| 236 | prepareGeometryChange(); // this is not const! |
nothing calls this directly
no test coverage detected