| 267 | }; |
| 268 | |
| 269 | DocumentAction::DocumentAction(enum DocumentActionType documentActionType) |
| 270 | : Action(*new DocumentActionPrivate(documentActionType)) |
| 271 | { |
| 272 | } |
| 273 | |
| 274 | DocumentAction::~DocumentAction() |
| 275 | { |
nothing calls this directly
no outgoing calls
no test coverage detected