| 1208 | } |
| 1209 | |
| 1210 | void ChatRootView::applyAllFileEditsForCurrentMessage() |
| 1211 | { |
| 1212 | m_fileEditController->applyAllForCurrentMessage(); |
| 1213 | } |
| 1214 | |
| 1215 | void ChatRootView::undoAllFileEditsForCurrentMessage() |
| 1216 | { |
nothing calls this directly
no test coverage detected