MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / ShowContextMenu

Method ShowContextMenu

launcher/ui/pages/instance/ServersPage.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void 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
577QMenu* ServersPage::createPopupMenu()
578{

Callers

nothing calls this directly

Calls 2

createContextMenuMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected