| 54 | } |
| 55 | |
| 56 | AddAnnotationCommand::AddAnnotationCommand(Okular::DocumentPrivate *docPriv, Okular::Annotation *annotation, int pageNumber) |
| 57 | : m_docPriv(docPriv) |
| 58 | , m_annotation(annotation) |
| 59 | , m_pageNumber(pageNumber) |
| 60 | , m_done(false) |
| 61 | { |
| 62 | setText(i18nc("Add an annotation to the page", "add annotation")); |
| 63 | } |
| 64 | |
| 65 | AddAnnotationCommand::~AddAnnotationCommand() |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected