Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ onBrowserContextMenu
Method
onBrowserContextMenu
MiniZincIDE/outputwidget.cpp:1040–1043 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1038
}
1039
1040
void OutputWidget::onBrowserContextMenu(const QPoint& pos)
1041
{
1042
_contextMenu->popup(ui->textBrowser->viewport()->mapToGlobal(pos));
1043
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected