| 393 | bool Backend::isDeployed() const { return m_deployed; } |
| 394 | |
| 395 | QString Backend::providerName() const { return m_providerName; } |
| 396 | void Backend::setProviderName(const QString &name) { |
| 397 | m_providerName = name; |
| 398 | saveConfig(); |
nothing calls this directly
no outgoing calls
no test coverage detected