| 1228 | } |
| 1229 | |
| 1230 | int ChatRootView::currentMessageAppliedEdits() const |
| 1231 | { |
| 1232 | return m_fileEditController->appliedEdits(); |
| 1233 | } |
| 1234 | |
| 1235 | int ChatRootView::currentMessagePendingEdits() const |
| 1236 | { |
nothing calls this directly
no test coverage detected