| 522 | } |
| 523 | |
| 524 | void ChatRootView::clearMessages() |
| 525 | { |
| 526 | m_clientInterface->clearMessages(); |
| 527 | clearLinkedFiles(); |
| 528 | } |
| 529 | |
| 530 | QString ChatRootView::currentTemplate() const |
| 531 | { |
nothing calls this directly
no outgoing calls
no test coverage detected