| 966 | } |
| 967 | |
| 968 | void |
| 969 | Action::set_checked (bool c) |
| 970 | { |
| 971 | #if defined(HAVE_QT) |
| 972 | if (qaction ()) { |
| 973 | qaction ()->setChecked (c); |
| 974 | } |
| 975 | #endif |
| 976 | m_checked = c; |
| 977 | } |
| 978 | |
| 979 | void |
| 980 | Action::set_checkable (bool c) |
no outgoing calls
no test coverage detected