MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / buildMenu

Method buildMenu

src/dialogs/MainWindow.cpp:2237–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2235}
2236
2237QMenu *MainWindow::buildMenu(QStringList actionNames)
2238{
2239 QMenu *menu = new QMenu(this);
2240 menu->setAttribute(Qt::WA_DeleteOnClose);
2241
2242 ActionUtils::populateActionContainer(menu, this, actionNames);
2243
2244 return menu;
2245}
2246
2247void MainWindow::tabBarRightClicked(ScintillaNext *editor)
2248{

Callers

nothing calls this directly

Calls 1

populateActionContainerFunction · 0.85

Tested by

no test coverage detected