| 651 | } |
| 652 | |
| 653 | void ChatModel::onFileEditArchived(const QString &editId) |
| 654 | { |
| 655 | updateFileEditStatus(editId, "archived", "Archived (from previous conversation turn)"); |
| 656 | } |
| 657 | |
| 658 | void ChatModel::updateFileEditStatus(const QString &editId, const QString &status, const QString &statusMessage) |
| 659 | { |
nothing calls this directly
no outgoing calls
no test coverage detected