| 2926 | } |
| 2927 | |
| 2928 | void FileAttachmentAnnotation::setFileIconName(const QString &iconName) |
| 2929 | { |
| 2930 | Q_D(FileAttachmentAnnotation); |
| 2931 | d->icon = iconName; |
| 2932 | } |
| 2933 | |
| 2934 | EmbeddedFile *FileAttachmentAnnotation::embeddedFile() const |
| 2935 | { |
no outgoing calls
no test coverage detected