| 2920 | } |
| 2921 | |
| 2922 | QString FileAttachmentAnnotation::fileIconName() const |
| 2923 | { |
| 2924 | Q_D(const FileAttachmentAnnotation); |
| 2925 | return d->icon; |
| 2926 | } |
| 2927 | |
| 2928 | void FileAttachmentAnnotation::setFileIconName(const QString &iconName) |
| 2929 | { |
no outgoing calls
no test coverage detected