| 1758 | } |
| 1759 | |
| 1760 | void |
| 1761 | AbstractMenu::delete_items (Action *action) |
| 1762 | { |
| 1763 | if (action) { |
| 1764 | do_delete_items (m_root, action); |
| 1765 | emit_changed (); |
| 1766 | } |
| 1767 | } |
| 1768 | |
| 1769 | const AbstractMenuItem * |
| 1770 | AbstractMenu::find_item_for_action (const Action *action, const AbstractMenuItem *from) const |
no test coverage detected