| 35 | } |
| 36 | |
| 37 | QString ChatConfigurationController::currentConfiguration() const |
| 38 | { |
| 39 | return m_currentConfiguration; |
| 40 | } |
| 41 | |
| 42 | void ChatConfigurationController::updateCurrentConfiguration() |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected