| 988 | } |
| 989 | |
| 990 | void |
| 991 | Action::set_separator (bool s) |
| 992 | { |
| 993 | #if defined(HAVE_QT) |
| 994 | if (qaction ()) { |
| 995 | qaction ()->setSeparator (s); |
| 996 | } |
| 997 | #endif |
| 998 | m_separator = s; |
| 999 | } |
| 1000 | |
| 1001 | void |
| 1002 | Action::set_icon (const std::string &filename) |
no outgoing calls
no test coverage detected