| 729 | } |
| 730 | |
| 731 | FileAttachmentAnnotationWidget::FileAttachmentAnnotationWidget(Okular::Annotation *ann) |
| 732 | : AnnotationWidget(ann) |
| 733 | , m_pixmapSelector(nullptr) |
| 734 | { |
| 735 | m_attachAnn = static_cast<Okular::FileAttachmentAnnotation *>(ann); |
| 736 | } |
| 737 | |
| 738 | void FileAttachmentAnnotationWidget::createStyleWidget(QFormLayout *formlayout) |
| 739 | { |
nothing calls this directly
no outgoing calls
no test coverage detected