| 755 | } |
| 756 | |
| 757 | void QVButtonPanel::contextMenuEvent(QContextMenuEvent *event) |
| 758 | { |
| 759 | showPanelContextMenu(event->globalPos()); |
| 760 | event->accept(); |
| 761 | } |
| 762 | |
| 763 | bool QVButtonPanel::eventFilter(QObject *watched, QEvent *event) |
| 764 | { |
nothing calls this directly
no outgoing calls
no test coverage detected