| 434 | } |
| 435 | |
| 436 | void DatapickerPointPrivate::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) { |
| 437 | q->createContextMenu()->exec(event->screenPos()); |
| 438 | } |
| 439 | |
| 440 | // ############################################################################## |
| 441 | // ################## Serialization/Deserialization ########################### |
nothing calls this directly
no test coverage detected