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