| 646 | } |
| 647 | |
| 648 | void ChatModel::onFileEditRejected(const QString &editId) |
| 649 | { |
| 650 | updateFileEditStatus(editId, "rejected", "Rejected by user"); |
| 651 | } |
| 652 | |
| 653 | void ChatModel::onFileEditArchived(const QString &editId) |
| 654 | { |
nothing calls this directly
no outgoing calls
no test coverage detected