| 1767 | } |
| 1768 | |
| 1769 | const AbstractMenuItem * |
| 1770 | AbstractMenu::find_item_for_action (const Action *action, const AbstractMenuItem *from) const |
| 1771 | { |
| 1772 | return (const_cast<AbstractMenu *> (this))->find_item_for_action (action, const_cast<AbstractMenuItem *> (from)); |
| 1773 | } |
| 1774 | |
| 1775 | AbstractMenuItem * |
| 1776 | AbstractMenu::find_item_for_action (const Action *action, AbstractMenuItem *from) |
no test coverage detected