| 258 | } |
| 259 | |
| 260 | void ActionContainer::insertAction(QAction *before, Command *command) |
| 261 | { |
| 262 | d->menu->insertAction(before, command->action()); |
| 263 | } |
| 264 | |
| 265 | void ActionContainer::insertMenu(QAction *before, ActionContainer *container) |
| 266 | { |
no test coverage detected