| 568 | } |
| 569 | |
| 570 | void ServersPage::ShowContextMenu(const QPoint& pos) |
| 571 | { |
| 572 | auto menu = ui->toolBar->createContextMenu(this, tr("Context menu")); |
| 573 | menu->exec(ui->serversView->mapToGlobal(pos)); |
| 574 | delete menu; |
| 575 | } |
| 576 | |
| 577 | QMenu* ServersPage::createPopupMenu() |
| 578 | { |
nothing calls this directly
no test coverage detected