| 1578 | } |
| 1579 | |
| 1580 | const Action *AbstractMenu::action(const std::string &path) const |
| 1581 | { |
| 1582 | return (const_cast<AbstractMenu *> (this))->action (path); |
| 1583 | } |
| 1584 | |
| 1585 | Action *AbstractMenu::action(const std::string &path) |
| 1586 | { |
no outgoing calls
no test coverage detected