| 977 | } |
| 978 | |
| 979 | void |
| 980 | Action::set_checkable (bool c) |
| 981 | { |
| 982 | #if defined(HAVE_QT) |
| 983 | if (qaction ()) { |
| 984 | qaction ()->setCheckable (c); |
| 985 | } |
| 986 | #endif |
| 987 | m_checkable = c; |
| 988 | } |
| 989 | |
| 990 | void |
| 991 | Action::set_separator (bool s) |
no outgoing calls
no test coverage detected