| 30 | } |
| 31 | |
| 32 | QStringList ChatConfigurationController::availableConfigurations() const |
| 33 | { |
| 34 | return m_availableConfigurations; |
| 35 | } |
| 36 | |
| 37 | QString ChatConfigurationController::currentConfiguration() const |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected