| 1284 | } |
| 1285 | |
| 1286 | QStringList ChatRootView::availableConfigurations() const |
| 1287 | { |
| 1288 | return m_configurationController->availableConfigurations(); |
| 1289 | } |
| 1290 | |
| 1291 | QString ChatRootView::currentConfiguration() const |
| 1292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected