MCPcopy Create free account
hub / github.com/Denvi/Candle / addAction

Method addAction

src/candle/script/scriptapp.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ScriptApp::addAction(QAction *action)
87{
88 m_frmMain->addAction(action);
89}
90
91void ScriptApp::removeAction(QAction *action)
92{

Calls

no outgoing calls

Tested by

no test coverage detected