MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / doJSCleanMenu

Method doJSCleanMenu

src/plugins/javascript/project/jsprojectgenerator.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void JSProjectGenerator::doJSCleanMenu()
68{
69 if (d->jsMenu) {
70 for (auto &action : d->jsMenu->actions()) {
71 d->jsMenu->removeAction(action);
72 }
73 }
74}
75
76void JSProjectGenerator::actionProperties(const ProjectInfo &info, QStandardItem *item)
77{

Callers

nothing calls this directly

Calls 2

removeActionMethod · 0.80
actionsMethod · 0.45

Tested by

no test coverage detected