| 590 | } |
| 591 | |
| 592 | void DatapickerImageView::contextMenuEvent(QContextMenuEvent*) { |
| 593 | // no need to propagate the event to the scene and graphics items |
| 594 | QMenu* menu = new QMenu(this); |
| 595 | this->createContextMenu(menu); |
| 596 | menu->exec(QCursor::pos()); |
| 597 | } |
| 598 | |
| 599 | // ############################################################################## |
| 600 | // #################################### SLOTs ############################### |
nothing calls this directly
no test coverage detected