MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / createPluginAction

Method createPluginAction

src/jsplugin/JSPluginManager.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138QAction *JSPluginManager::createPluginAction(QWidget *parent, JSPluginModule *moduleData)
139{
140 QAction *ac = new QAction(parent);
141 initPluginAction(ac, moduleData);
142 return ac;
143}
144
145void JSPluginManager::initPluginAction(QAction *ac, JSPluginModule *moduleData)
146{

Callers 4

foreachFunction · 0.80
foreachFunction · 0.80
createEditorMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected