| 1238 | } |
| 1239 | |
| 1240 | int ChatRootView::currentMessageRejectedEdits() const |
| 1241 | { |
| 1242 | return m_fileEditController->rejectedEdits(); |
| 1243 | } |
| 1244 | |
| 1245 | QString ChatRootView::lastInfoMessage() const |
| 1246 | { |
nothing calls this directly
no test coverage detected