| 650 | } |
| 651 | |
| 652 | void ServersPage::ShowContextMenu(const QPoint& pos) |
| 653 | { |
| 654 | auto menu = ui->toolBar->createContextMenu(this, tr("Context menu")); |
| 655 | menu->exec(ui->serversView->mapToGlobal(pos)); |
| 656 | delete menu; |
| 657 | } |
| 658 | |
| 659 | QMenu * ServersPage::createPopupMenu() |
| 660 | { |
nothing calls this directly
no test coverage detected