| 1203 | } |
| 1204 | |
| 1205 | void ChatRootView::openFileEditInEditor(const QString &editId) |
| 1206 | { |
| 1207 | m_fileEditController->openFileEditInEditor(editId); |
| 1208 | } |
| 1209 | |
| 1210 | void ChatRootView::applyAllFileEditsForCurrentMessage() |
| 1211 | { |
nothing calls this directly
no outgoing calls
no test coverage detected