| 1233 | } |
| 1234 | |
| 1235 | int ChatRootView::currentMessagePendingEdits() const |
| 1236 | { |
| 1237 | return m_fileEditController->pendingEdits(); |
| 1238 | } |
| 1239 | |
| 1240 | int ChatRootView::currentMessageRejectedEdits() const |
| 1241 | { |
nothing calls this directly
no test coverage detected