| 170 | } |
| 171 | |
| 172 | void CommandAction::removeAttribute(Attribute attribute) |
| 173 | { |
| 174 | d->attributes &= ~attribute; |
| 175 | d->updateState(); |
| 176 | } |
| 177 | |
| 178 | bool CommandAction::hasAttribute(Attribute attribute) |
| 179 | { |
nothing calls this directly
no test coverage detected