| 1193 | } |
| 1194 | |
| 1195 | void ChatRootView::rejectFileEdit(const QString &editId) |
| 1196 | { |
| 1197 | m_fileEditController->rejectFileEdit(editId); |
| 1198 | } |
| 1199 | |
| 1200 | void ChatRootView::undoFileEdit(const QString &editId) |
| 1201 | { |
nothing calls this directly
no outgoing calls
no test coverage detected