| 1103 | } |
| 1104 | |
| 1105 | bool ChatRootView::isRequestInProgress() const |
| 1106 | { |
| 1107 | return m_isRequestInProgress; |
| 1108 | } |
| 1109 | |
| 1110 | void ChatRootView::setRequestProgressStatus(bool state) |
| 1111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected