| 1274 | } |
| 1275 | |
| 1276 | void ChatRootView::loadAvailableConfigurations() |
| 1277 | { |
| 1278 | m_configurationController->loadAvailableConfigurations(); |
| 1279 | } |
| 1280 | |
| 1281 | void ChatRootView::applyConfiguration(const QString &configName) |
| 1282 | { |
nothing calls this directly
no outgoing calls
no test coverage detected