| 501 | } |
| 502 | |
| 503 | void ChatRootView::clearAttachmentFiles() |
| 504 | { |
| 505 | if (m_attachmentFiles.isEmpty()) { |
| 506 | return; |
| 507 | } |
| 508 | |
| 509 | m_attachmentFiles.clear(); |
| 510 | emit attachmentFilesChanged(); |
| 511 | m_fileManager->clearIntermediateStorage(); |
| 512 | } |
| 513 | |
| 514 | void ChatRootView::clearLinkedFiles() |
| 515 | { |
nothing calls this directly
no test coverage detected