| 1213 | } |
| 1214 | |
| 1215 | void ChatRootView::undoAllFileEditsForCurrentMessage() |
| 1216 | { |
| 1217 | m_fileEditController->undoAllForCurrentMessage(); |
| 1218 | } |
| 1219 | |
| 1220 | void ChatRootView::updateCurrentMessageEditsStats() |
| 1221 | { |
nothing calls this directly
no test coverage detected