| 641 | } |
| 642 | |
| 643 | void ChatModel::onFileEditApplied(const QString &editId) |
| 644 | { |
| 645 | updateFileEditStatus(editId, "applied", "Successfully applied"); |
| 646 | } |
| 647 | |
| 648 | void ChatModel::onFileEditRejected(const QString &editId) |
| 649 | { |
nothing calls this directly
no outgoing calls
no test coverage detected