| 176 | } |
| 177 | |
| 178 | bool CommandAction::hasAttribute(Attribute attribute) |
| 179 | { |
| 180 | return d->attributes.testFlag(attribute); |
| 181 | } |
| 182 | |
| 183 | QString CommandAction::stringWithAppendedShortcut(const QString &str, const QKeySequence &shortcut) |
| 184 | { |
no outgoing calls
no test coverage detected