| 1188 | } |
| 1189 | |
| 1190 | void ChatRootView::applyFileEdit(const QString &editId) |
| 1191 | { |
| 1192 | m_fileEditController->applyFileEdit(editId); |
| 1193 | } |
| 1194 | |
| 1195 | void ChatRootView::rejectFileEdit(const QString &editId) |
| 1196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected