| 197 | } |
| 198 | |
| 199 | AnnotationWidget::AnnotationWidget(Okular::Annotation *ann) |
| 200 | : m_typeEditable(true) |
| 201 | , m_ann(ann) |
| 202 | { |
| 203 | } |
| 204 | |
| 205 | AnnotationWidget::~AnnotationWidget() |
| 206 | { |
nothing calls this directly
no outgoing calls
no test coverage detected